Created
August 21, 2020 18:14
-
-
Save arindas/574b34465aa6b14a3a5fd738b08f2e21 to your computer and use it in GitHub Desktop.
Tmux config for enabling 256 bit colors in terminal.
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
set -g default-terminal "xterm-256color" | |
set-option -ga terminal-overrides ",xterm-256color:Tc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment