Add micromamba configuration

master
Hektor Misplon 2023-08-02 17:12:37 +02:00
parent 04d5e68961
commit 17b1f076fa
1 changed files with 4 additions and 2 deletions

View File

@ -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"