summary refs log tree commit diff
path: root/dot_config/zsh/dot_zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/zsh/dot_zshrc')
-rw-r--r--dot_config/zsh/dot_zshrc13
1 files changed, 0 insertions, 13 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc
index 642957b..9f3c137 100644
--- a/dot_config/zsh/dot_zshrc
+++ b/dot_config/zsh/dot_zshrc
@@ -12,9 +12,6 @@ RPROMPT="%(?.%F{10}%?.%F{9}%?)%f %T"
 autoload -U compaudit compinit zrecompile giti
 autoload -U colors && colors
 
-
-export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:${PATH}"
-
 # zinit
 declare -A ZINIT
 ZINIT[HOME_DIR]="${XDG_CONFIG_HOME}/zinit"
@@ -134,18 +131,8 @@ if [[ -f "/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Curren
     alias airport="/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport"
 fi
 
-# JetBrains Toolbox
-if [[ -d "${HOME}/Library/Application Support/JetBrains/Toolbox/scripts" ]]; then
-    export PATH="${PATH}:${HOME}/Library/Application Support/JetBrains/Toolbox/scripts"
-fi
-
 export FZFZ_RECENT_DIRS_TOOL="fasd"
 
-# Rust
-if [[ -d "${HOME}/.cargo/bin" ]]; then
-    export PATH="${PATH}:${HOME}/.cargo/bin"
-fi
-
 safari_history() {
   sqlite3 -box -readonly ~/Library/Safari/History.db <<SQL
 WITH ranked_visits AS (