Skip to content

Instantly share code, notes, and snippets.

@evanpurkhiser
Created May 20, 2014 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanpurkhiser/7614cef267324ba325e4 to your computer and use it in GitHub Desktop.
Save evanpurkhiser/7614cef267324ba325e4 to your computer and use it in GitHub Desktop.
# Look for terminfo files under data (force reload by reseting TERM)
[ -d "$XDG_DATA_HOME/terminfo" ] && export TERMINFO="$XDG_DATA_HOME/terminfo"
old_TERM=$TERM; export TERM=dumb; export TERM=$old_TERM; unset old_TERM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment