Update zshrc to work with mobaxterm
This commit is contained in:
parent
57ce931694
commit
64332b4167
|
@ -1 +1 @@
|
|||
Subproject commit 15e288a25ca0fbad5ad3aeddf134910ee2cf5e8a
|
||||
Subproject commit 2c0c75a8ee9a0f212eebbe4ee91ca5884f18e52f
|
4
zshrc
4
zshrc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue