-
-
Save psyomn/d347edd4240dbf5adea0 to your computer and use it in GitHub Desktop.
airline 256 color fix
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
| # If airline is not having proper colors, add this to your bashrc file | |
| if [ -e /usr/share/terminfo/x/xterm-256color ]; then | |
| export TERM='xterm-256color' | |
| else | |
| export TERM='xterm-color' | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment