Fix separators in path
This commit is contained in:
parent
3b8724c30f
commit
d27af16512
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue