Last active
August 22, 2019 09:54
-
-
Save korjaa/b96ae6c8e4fe55d2b9eeb12c8c09decf to your computer and use it in GitHub Desktop.
cool-retro-term
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
# 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