summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Smith <kentsmith@gmail.com>2019-06-20 14:35:14 -0600
committerKent Smith <kentsmith@gmail.com>2019-06-20 14:35:14 -0600
commitf9281b8d5da1eb0745cf582c9956f641d2d7ce90 (patch)
tree92fcedc43e14a4d469008456fe9cffe25294f5f7
parent1df9a28a5f90907aa7fdaeca92018380dec2a07b (diff)
downloadcfg-f9281b8d5da1eb0745cf582c9956f641d2d7ce90.tar.gz
cfg-f9281b8d5da1eb0745cf582c9956f641d2d7ce90.tar.bz2
special case for windows
-rw-r--r--.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 1816249..161631a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -48,3 +48,8 @@ bindkey "${terminfo[kdch1]}" delete-char
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
eval $(keychain --eval --quiet id_rsa)
+
+case $(uname -a) in
+ *Microsoft*) unsetopt BG_NICE ;;
+esac
+