Added cargo bins to PATH

This commit is contained in:
Rain Clark 2021-07-22 00:05:32 -04:00
parent 64e07591e6
commit e5fb072341

1
.zshrc
View File

@ -124,6 +124,7 @@ export PATH="$PATH:$HOME/go/bin"
export PATH="$PATH:$HOME/.bin/"
export PATH="$PATH:$HOME/.local/bin"
export PATH="$HOME/.node_modules/bin:$PATH"
export PATH="$PATH:$HOME/.cargo/bin"
#StarShip prompt
eval "$(starship init zsh)"