Skip to content

Instantly share code, notes, and snippets.

@zoozalp
Created December 24, 2016 19:57
Show Gist options
  • Save zoozalp/91a45d27d7dde02749e415f5d82ea9c2 to your computer and use it in GitHub Desktop.
Save zoozalp/91a45d27d7dde02749e415f5d82ea9c2 to your computer and use it in GitHub Desktop.
MacOS Terminal Colors
export PS1="\[$(tput bold)\]\u\[$(tput sgr0)\]@\[$(tput bold)\]\h\[$(tput sgr0)\]:\[$(tput bold)\]\w\[$(tput sgr0)\]\\$ \[$(tput sgr0)\]"
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment