Skip to content

Instantly share code, notes, and snippets.

@korjaa
Last active August 22, 2019 09:54
Show Gist options
  • Save korjaa/b96ae6c8e4fe55d2b9eeb12c8c09decf to your computer and use it in GitHub Desktop.
Save korjaa/b96ae6c8e4fe55d2b9eeb12c8c09decf to your computer and use it in GitHub Desktop.
cool-retro-term
# Install fromm Ubuntu Software Center
# Add following to ~/.bashrc
# Cool Retro Term doesn't properly identify as a 256 color terminal.
# Force it to identify as xterm-256color instead of just xterm.
[ -z "$COLORSCHEMES_DIR" ] || export TERM='xterm-256color'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment