From 724a9f9ed2e903ac8062679b06e6dee8dd0e45bf Mon Sep 17 00:00:00 2001 From: JirR02 Date: Tue, 30 Dec 2025 12:52:26 +0100 Subject: [PATCH] Dotfiles V1.3.1 - Removed Doom Emacs Submodule - Removed miniconda initialization --- .gitmodules | 3 --- .zshrc | 16 ---------------- 2 files changed, 19 deletions(-) delete mode 100644 .gitmodules 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 <<< -