Add micromamba configuration
parent
04d5e68961
commit
17b1f076fa
6
.bashrc
6
.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"
|
||||
|
|
Loading…
Reference in New Issue