chore(zsh): update Linux paths
This commit is contained in:
parent
39e9080b12
commit
ceb16c9f50
4
zshrc
4
zshrc
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user