summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-08-25 15:43:01 +0200
committerTharre <tharre3@gmail.com>2017-08-25 15:43:01 +0200
commit66317181e921956a1650fa8da81d29c135290c01 (patch)
tree7d1344941bad5003f557cb4098d5475177b5c6b3 /.zshrc
parented87534ba97efe7f00ef87049dc4ad2f7191dfd3 (diff)
downloaddotfiles-66317181e921956a1650fa8da81d29c135290c01.tar.gz
dotfiles-66317181e921956a1650fa8da81d29c135290c01.tar.xz
dotfiles-66317181e921956a1650fa8da81d29c135290c01.zip
zsh: don't manually set TERM
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/.zshrc b/.zshrc
index 14c3766..171c467 100644
--- a/.zshrc
+++ b/.zshrc
@@ -165,13 +165,6 @@ alias open="xdg-open"
## env
export EDITOR=vim
-# force 256 color mode
-if [ -n "$TMUX" ]; then
- export TERM=screen-256color
-else
- export TERM=xterm-256color
-fi
-
# use gpg-agent as ssh-agent
gpg-connect-agent /bye > /dev/null 2>&1
export SSH_AUTH_SOCK="$HOME/.gnupg/S.gpg-agent.ssh"