Skip to content

Instantly share code, notes, and snippets.

@oconnoat
Created March 20, 2014 20:49
Show Gist options
  • Save oconnoat/9673515 to your computer and use it in GitHub Desktop.
Save oconnoat/9673515 to your computer and use it in GitHub Desktop.
nice terminal colours for LS and prompt
export PS1="\[\033[36m\]\u\[\033[m\]:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=GxFxBxDxCxegedabagacad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment