Update zshrc to work with mobaxterm

This commit is contained in:
pSox Mellor 2018-03-08 12:13:45 +00:00
parent 57ce931694
commit 64332b4167
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 15e288a25ca0fbad5ad3aeddf134910ee2cf5e8a
Subproject commit 2c0c75a8ee9a0f212eebbe4ee91ca5884f18e52f

4
zshrc
View File

@ -1,4 +1,4 @@
# If you come from bash you might have to change your $PATH.
#o If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
#
[[ "$LANGUAGE" == "" ]] && export LANGUAGE=en_US.UTF-8
@ -13,7 +13,7 @@ zstyle :omz:plugins:ssh-agent lifetime 36h
typeset -U PATH path
path=( /bin /sbin /usr/bin /usr/sbin $path )
[[ -f /etc/profile ]] && source /etc/profile
[[ "$OS" != "Windows_NT" ]] && [[ -f /etc/profile ]] && source /etc/profile
if [[ -z "$GOPATH" ]]
then