chore(zsh): update Linux paths

This commit is contained in:
Rob Watson 2025-04-26 07:36:28 +02:00
parent 39e9080b12
commit ceb16c9f50

4
zshrc
View File

@ -173,6 +173,9 @@ if [ "$(uname -s)" = "Darwin" ]; then
export PATH="/opt/homebrew/opt/curl/bin:$PATH"
fi
export PATH="/Applications/Postgres.app/Contents/Versions/16/bin:$PATH"
else # Linux
# bcc-tools: pacman -S bcc bcc-tools python-bcc linux-headers
export PATH="/usr/share/bcc/tools:$PATH"
fi
export PATH=$HOME/go/bin:$PATH
@ -181,6 +184,7 @@ export PATH=$HOME/local/bin:$PATH
export PATH=$HOME/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/script:$PATH
export PATH=/home/linuxbrew/.linuxbrew/bin:$PATH
export VIMPLUGIN="$HOME/.vim/pack/git-plugins"