chore(zsh): add cargo bin to $PATH
Needed for `stylua` and for the Starship prompt.
This commit is contained in:
parent
291a8df6d0
commit
5b6fa2596d
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ setopt auto_cd
|
||||||
export PATH=\
|
export PATH=\
|
||||||
$PATH:\
|
$PATH:\
|
||||||
/usr/bin:\
|
/usr/bin:\
|
||||||
|
$HOME/.cargo/bin:\
|
||||||
$HOME/.composer/vendor/bin:\
|
$HOME/.composer/vendor/bin:\
|
||||||
$HOME/.local/bin:\
|
$HOME/.local/bin:\
|
||||||
$HOME/.platformsh/bin:\
|
$HOME/.platformsh/bin:\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue