diff options
author | Tharre <tharre3@gmail.com> | 2017-08-25 15:43:01 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-08-25 15:43:01 +0200 |
commit | 66317181e921956a1650fa8da81d29c135290c01 (patch) | |
tree | 7d1344941bad5003f557cb4098d5475177b5c6b3 /.zshrc | |
parent | ed87534ba97efe7f00ef87049dc4ad2f7191dfd3 (diff) | |
download | dotfiles-66317181e921956a1650fa8da81d29c135290c01.tar.gz dotfiles-66317181e921956a1650fa8da81d29c135290c01.tar.xz dotfiles-66317181e921956a1650fa8da81d29c135290c01.zip |
zsh: don't manually set TERM
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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" |