Skip to content

Instantly share code, notes, and snippets.

@caigner
Created January 10, 2019 12:11
Show Gist options
  • Save caigner/c2ea62ff2d6a3966bb8f8524eadc4711 to your computer and use it in GitHub Desktop.
Save caigner/c2ea62ff2d6a3966bb8f8524eadc4711 to your computer and use it in GitHub Desktop.
tmux in glorious 256 colours
If tmux doesn't display colours the same way as the terminal (xterm in my case) from which you started it,
try this solution. Maybe it works for you.
in .tmux.conf
set -g default-terminal 'screen-256color'
in .bashrc
alias tmux="export TERM=xterm-256color; tmux"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment