Added cargo bins to PATH
This commit is contained in:
parent
64e07591e6
commit
e5fb072341
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue