Skip to content

Commit

Permalink
Set proper TERM for tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Hsi committed Sep 8, 2015
1 parent 460ca0a commit b62c065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh_exports
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export EDITOR='vim'
export ACK_OPTIONS='--ignore-dir=venv --ignore-file=is:tags'
export GREP_OPTIONS='--exclude-dir=venv --exclude=tags --color=auto'
export TERM=xterm-256color
[ -n "$TMUX" ] && export TERM=screen-256color

0 comments on commit b62c065

Please sign in to comment.