Skip to content

Instantly share code, notes, and snippets.

@shishirsharma
Last active December 25, 2015 11:48
Show Gist options
  • Save shishirsharma/6971221 to your computer and use it in GitHub Desktop.
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
# 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