From f867d5a96973651b4bea1f57a1ab64aca69090c5 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 5 Aug 2023 18:09:40 +0200 Subject: [PATCH] Remove redundant micromamba config --- .bashrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.bashrc b/.bashrc index 2a0bf39..ee8b487 100644 --- a/.bashrc +++ b/.bashrc @@ -119,9 +119,5 @@ 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"