summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+