linting
This commit is contained in:
parent
65593fc479
commit
642029777e
3 changed files with 26 additions and 27 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@ 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";
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue