diff options
author | Alen <alen@dotfiles.xyz> | 2025-01-19 19:33:32 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2025-01-19 19:33:32 +0400 |
commit | 534899e2986732a569d15f231637447833a360b0 (patch) | |
tree | 8e2d1719ec9df2e0b17a867303892897122d7060 /dot_config | |
parent | 81f3e6dcbf1913a2ba2a8f5fe2219b5206f270c0 (diff) |
Tidy up PATH bootstrapping, set up core brew PATHs in zshenv
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/zsh/dot_zshrc | 13 |
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 ( |