mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2025-07-31 10:14:38 -04:00
Added cargo bins to PATH
This commit is contained in:
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)"
|
||||||
|
Reference in New Issue
Block a user