From 64332b41672d5c7a2cbd32ae9ee2c2e1483ae293 Mon Sep 17 00:00:00 2001 From: pSox Mellor Date: Thu, 8 Mar 2018 12:13:45 +0000 Subject: [PATCH] Update zshrc to work with mobaxterm --- zsh-custom/plugins/zsh-syntax-highlighting | 2 +- zshrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh-custom/plugins/zsh-syntax-highlighting b/zsh-custom/plugins/zsh-syntax-highlighting index 15e288a..2c0c75a 160000 --- a/zsh-custom/plugins/zsh-syntax-highlighting +++ b/zsh-custom/plugins/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit 15e288a25ca0fbad5ad3aeddf134910ee2cf5e8a +Subproject commit 2c0c75a8ee9a0f212eebbe4ee91ca5884f18e52f diff --git a/zshrc b/zshrc index e9a6e7d..91283a0 100755 --- a/zshrc +++ b/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