.zshrc: Synchronize PATH format
This commit is contained in:
parent
8cc028a6d1
commit
4503c1c997
2
.zshrc
2
.zshrc
@ -52,7 +52,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
|
|||||||
# Use node@8 from Homebrew instead of NVM
|
# Use node@8 from Homebrew instead of NVM
|
||||||
PATH=$PATH:/usr/local/opt/node@8/bin
|
PATH=$PATH:/usr/local/opt/node@8/bin
|
||||||
|
|
||||||
PATH="/usr/local/opt/postgresql@9.5/bin:$PATH"
|
PATH=$PATH:/usr/local/opt/postgresql@9.5/bin
|
||||||
elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
||||||
# noop
|
# noop
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user