Fix separators in path

This commit is contained in:
Oliver Davies 2020-05-21 14:14:22 +01:00
parent 3b8724c30f
commit d27af16512

View file

@ -3,10 +3,10 @@ setopt auto_cd
export PATH=\ export PATH=\
$PATH:\ $PATH:\
/usr/bin:\ /usr/bin:\
$HOME:/.bin:\ $HOME/.bin:\
$HOME:/.composer/vendor/bin:\ $HOME/.composer/vendor/bin:\
$HOME:/.local/bin:\ $HOME/.local/bin:\
$HOME:/.platformsh/bin:\ $HOME/.platformsh/bin:\
bin:\ bin:\
node_modules/.bin:\ node_modules/.bin:\
vendor/bin vendor/bin