Compare commits

..

No commits in common. "e2bff61012481702c2f0142c6567ac4483a57bb9" and "172abf341062c40e827a6ca42cf7ecf749205b1d" have entirely different histories.

2 changed files with 0 additions and 19 deletions

View file

@ -58,5 +58,3 @@ alias pdm-start='eval "$(pdm shell)"'
alias mkrt='make -C $(git rev-parse --show-toplevel)' alias mkrt='make -C $(git rev-parse --show-toplevel)'
alias mk="make" alias mk="make"
alias mkc="make -C" alias mkc="make -C"
alias umamba="micromamba"

View file

@ -22,23 +22,6 @@ fi
! is-tty && [ -d "$HOME/mambaforge/envs/dev" ] && conda activate dev ! is-tty && [ -d "$HOME/mambaforge/envs/dev" ] && conda activate dev
# >>> mamba initialize >>>
# !! Contents within this block are managed by 'mamba init' !!
export MAMBA_EXE="/home/daylin/.local/bin/micromamba";
export MAMBA_ROOT_PREFIX="/home/daylin/micromamba";
__mamba_setup="$('/home/daylin/.local/bin/micromamba' shell hook --shell zsh --prefix '/home/daylin/micromamba' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__mamba_setup"
else
if [ -f "/home/daylin/micromamba/etc/profile.d/micromamba.sh" ]; then
. "/home/daylin/micromamba/etc/profile.d/micromamba.sh"
else
export PATH="/home/daylin/micromamba/bin:$PATH" # extra space after export prevents interference from conda init
fi
fi
unset __mamba_setup
# <<< mamba initialize <<<
snake() { snake() {
if [[ $1 == "no" ]]; then if [[ $1 == "no" ]]; then
if [[ $VIRTUAL_ENV != "" ]]; then if [[ $VIRTUAL_ENV != "" ]]; then