Skip to content

Instantly share code, notes, and snippets.

@psyomn
Created November 23, 2014 00:00
Show Gist options
  • Select an option

  • Save psyomn/d347edd4240dbf5adea0 to your computer and use it in GitHub Desktop.

Select an option

Save psyomn/d347edd4240dbf5adea0 to your computer and use it in GitHub Desktop.
airline 256 color fix
# 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