Fix separators in path
This commit is contained in:
parent
3b8724c30f
commit
d27af16512
|
@ -3,10 +3,10 @@ setopt auto_cd
|
|||
export PATH=\
|
||||
$PATH:\
|
||||
/usr/bin:\
|
||||
$HOME:/.bin:\
|
||||
$HOME:/.composer/vendor/bin:\
|
||||
$HOME:/.local/bin:\
|
||||
$HOME:/.platformsh/bin:\
|
||||
$HOME/.bin:\
|
||||
$HOME/.composer/vendor/bin:\
|
||||
$HOME/.local/bin:\
|
||||
$HOME/.platformsh/bin:\
|
||||
bin:\
|
||||
node_modules/.bin:\
|
||||
vendor/bin
|
||||
|
|
Loading…
Reference in a new issue