Last active
May 8, 2020 12:43
-
-
Save nik-garg/f164554a078f498c816d8865244bfd0f to your computer and use it in GitHub Desktop.
Bash rc commands for tmux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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