summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Smith <kentsmith@gmail.com>2019-07-15 10:44:47 -0600
committerKent Smith <kentsmith@gmail.com>2019-07-15 10:44:47 -0600
commit311338a55887cd213eea19e42c94bdede369254b (patch)
tree0c6713de56566aa0c1294fef18ef70250672712f
parentb96ab226f8fb6977aa254a71ca93444b81fb7150 (diff)
parentf9281b8d5da1eb0745cf582c9956f641d2d7ce90 (diff)
downloadcfg-311338a55887cd213eea19e42c94bdede369254b.tar.gz
cfg-311338a55887cd213eea19e42c94bdede369254b.tar.bz2
Merge branch 'master' of sadbeast.com:dotfiles
-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
+