Skip to content

Instantly share code, notes, and snippets.

@nik-garg
Last active May 8, 2020 12:43
Show Gist options
  • Save nik-garg/f164554a078f498c816d8865244bfd0f to your computer and use it in GitHub Desktop.
Save nik-garg/f164554a078f498c816d8865244bfd0f to your computer and use it in GitHub Desktop.
Bash rc commands for tmux
echo '' >> .bashrc
echo 'alias tmux="TERM=screen-256color-bce tmux"' >> .bashrc
echo 'export TERM=xterm-256color' >> .bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment