Skip to content

Instantly share code, notes, and snippets.

@zeemyself
Created August 14, 2018 03:15
Show Gist options
  • Save zeemyself/e0a2f4c48ea92b01183420f8990545f7 to your computer and use it in GitHub Desktop.
Save zeemyself/e0a2f4c48ea92b01183420f8990545f7 to your computer and use it in GitHub Desktop.
Mac terminal color
## Terminal color ##
export PS1="\[\033[36m\]\u\[\033[m\]:\[\033[33;1m\]\W\[\033[m\] \$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment