Dotfiles V1.3.1
- Removed Doom Emacs Submodule - Removed miniconda initialization
This commit is contained in:
16
.zshrc
16
.zshrc
@@ -189,19 +189,3 @@ export PATH="$PATH:/opt/homebrew/bin"
|
||||
############
|
||||
export PATH=/Users/jirayu/.opencode/bin:$PATH
|
||||
export PATH=$PATH:$HOME/go/bin
|
||||
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
__conda_setup="$('/opt/homebrew/Caskroom/miniconda/base/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
|
||||
if [ $? -eq 0 ]; then
|
||||
eval "$__conda_setup"
|
||||
else
|
||||
if [ -f "/opt/homebrew/Caskroom/miniconda/base/etc/profile.d/conda.sh" ]; then
|
||||
. "/opt/homebrew/Caskroom/miniconda/base/etc/profile.d/conda.sh"
|
||||
else
|
||||
export PATH="/opt/homebrew/Caskroom/miniconda/base/bin:$PATH"
|
||||
fi
|
||||
fi
|
||||
unset __conda_setup
|
||||
# <<< conda initialize <<<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user