From 17b1f076fabd85e0f7adf83d2a28f46dec153fb0 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 2 Aug 2023 17:12:37 +0200 Subject: [PATCH] Add micromamba configuration --- .bashrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 0bd2d2b..2a0bf39 100644 --- a/.bashrc +++ b/.bashrc @@ -15,8 +15,6 @@ source /etc/os-release [ -f "$HOME/.bashrc.d/private" ] && source "$HOME/.bashrc.d/private" # }}} -# }}} - # Prompt {{{ get_branch_name() { git symbolic-ref --quiet --short HEAD 2>/dev/null \ @@ -121,5 +119,9 @@ export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab [ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh # }}} +# Mamba/micromamba {{{ +complete -o default -F _umamba_bash_completions mm +# }}} + # Zettelkasten {{{ export ZK_PATH="$HOME/.zk"