Last active
December 25, 2015 11:48
-
-
Save shishirsharma/6971221 to your computer and use it in GitHub Desktop.
Here is how to get colors working and allow native scrollback in terminal.app
This file contains 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
# Show colors | |
set -g default-terminal "xterm-color" | |
# Allow native scroll back in terminal.app | |
set -ga terminal-overrides 'xterm*:smcup@:rmcup@' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment