chore(zsh): add cargo bin to $PATH

Needed for `stylua` and for the Starship prompt.
This commit is contained in:
Oliver Davies 2022-04-07 00:25:33 +01:00
parent 291a8df6d0
commit 5b6fa2596d

View file

@ -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:\