Skip to content

Instantly share code, notes, and snippets.

@shearluck
Created April 4, 2016 09:06
Show Gist options
  • Select an option

  • Save shearluck/bb8b73c32dfeae4dfc76624fa422ac69 to your computer and use it in GitHub Desktop.

Select an option

Save shearluck/bb8b73c32dfeae4dfc76624fa422ac69 to your computer and use it in GitHub Desktop.
Vim/Tmux 256 color support
if [ "$TERM" = "xterm" ]; then
export TERM=xterm-256color
fi
alias tmux='tmux -2' # for 256color
alias tmux='tmux -u' # to get rid of unicode rendering problem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment