mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2024-11-25 00:38:38 -05:00
Added cargo bins to PATH
This commit is contained in:
parent
64e07591e6
commit
e5fb072341
1
.zshrc
1
.zshrc
@ -124,6 +124,7 @@ export PATH="$PATH:$HOME/go/bin"
|
|||||||
export PATH="$PATH:$HOME/.bin/"
|
export PATH="$PATH:$HOME/.bin/"
|
||||||
export PATH="$PATH:$HOME/.local/bin"
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
export PATH="$HOME/.node_modules/bin:$PATH"
|
export PATH="$HOME/.node_modules/bin:$PATH"
|
||||||
|
export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
|
|
||||||
#StarShip prompt
|
#StarShip prompt
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
Loading…
Reference in New Issue
Block a user