dotfiles/roles/zsh/files/.zsh/configs/path.zsh
Oliver Davies 5b6fa2596d chore(zsh): add cargo bin to $PATH
Needed for `stylua` and for the Starship prompt.
2022-04-07 00:25:33 +01:00

22 lines
284 B
Bash

setopt auto_cd
export PATH=\
$PATH:\
/usr/bin:\
$HOME/.cargo/bin:\
$HOME/.composer/vendor/bin:\
$HOME/.local/bin:\
$HOME/.platformsh/bin:\
$HOME/bin:\
$HOME/snap/bin:\
bin:\
node_modules/.bin:\
vendor/bin
export CDPATH=\
./:\
$HOME/Code:\
$HOME/Code/clients:\
$HOME/Code/os:\
$HOME