diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 9d58b08..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule ".config/doomemacs"] - path = .config/doomemacs - url = https://github.com/doomemacs/doomemacs diff --git a/.zshrc b/.zshrc index b9766c5..5ac2d63 100644 --- a/.zshrc +++ b/.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 <<< -