summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index d096b4d..c473388 100644
--- a/.zshrc
+++ b/.zshrc
@@ -50,3 +50,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
+