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