Skip to content

Instantly share code, notes, and snippets.

@paulvstheworld
Created March 6, 2014 22:27
Show Gist options
  • Select an option

  • Save paulvstheworld/9401128 to your computer and use it in GitHub Desktop.

Select an option

Save paulvstheworld/9401128 to your computer and use it in GitHub Desktop.
# custom prompt
# export PS1="\[\033[1;35m\]\u\[\033[0m\]:\[\033[1;35m\]\W\[\033[0m\]$ "
# color ls
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
# color grep
export GREP_OPTIONS='--color=auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment