Update .zshrc
This commit is contained in:
@@ -137,19 +137,6 @@ fi
|
||||
|
||||
|
||||
|
||||
# #
|
||||
# # starship
|
||||
# #
|
||||
# eval "$(asdf exec starship init zsh)"
|
||||
|
||||
|
||||
|
||||
#
|
||||
# atuin
|
||||
# eval "$(asdf exec atuin init zsh)"
|
||||
|
||||
|
||||
|
||||
#
|
||||
# direnv
|
||||
#
|
||||
@@ -208,21 +195,21 @@ fi
|
||||
# eval "$(asdf exec opam env)"
|
||||
|
||||
|
||||
#
|
||||
# conda
|
||||
#
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
__conda_setup="$('/home/jeff/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
|
||||
if [ $? -eq 0 ]; then
|
||||
eval "$__conda_setup"
|
||||
else
|
||||
if [ -f "/home/jeff/miniconda3/etc/profile.d/conda.sh" ]; then
|
||||
. "/home/jeff/miniconda3/etc/profile.d/conda.sh"
|
||||
else
|
||||
export PATH="/home/jeff/miniconda3/bin:$PATH"
|
||||
fi
|
||||
fi
|
||||
unset __conda_setup
|
||||
# #
|
||||
# # conda
|
||||
# #
|
||||
# # !! Contents within this block are managed by 'conda init' !!
|
||||
# __conda_setup="$('/home/jeff/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
|
||||
# if [ $? -eq 0 ]; then
|
||||
# eval "$__conda_setup"
|
||||
# else
|
||||
# if [ -f "/home/jeff/miniconda3/etc/profile.d/conda.sh" ]; then
|
||||
# . "/home/jeff/miniconda3/etc/profile.d/conda.sh"
|
||||
# else
|
||||
# export PATH="/home/jeff/miniconda3/bin:$PATH"
|
||||
# fi
|
||||
# fi
|
||||
# unset __conda_setup
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user