This commit is contained in:
Daylin Morgan 2022-09-05 18:43:24 -05:00
parent 65593fc479
commit 642029777e
3 changed files with 26 additions and 27 deletions

View File

@ -19,7 +19,6 @@ INSTALL_NO=${RED}✗${NORMAL}
shopt -s nullglob
BINARY_FILES=($HOME/bin/*)
export EGET_BIN=$HOME/bin
alias eget="eget --system linux/amd64"

View File

@ -24,9 +24,9 @@ fi
# >>> 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)"
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