Skip to content

Instantly share code, notes, and snippets.

@dnavas77
Last active December 26, 2017 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnavas77/9365b4906ee36bd07c674fd87e981e44 to your computer and use it in GitHub Desktop.
Save dnavas77/9365b4906ee36bd07c674fd87e981e44 to your computer and use it in GitHub Desktop.
# Tell ls to be colourful
export CLICOLOR=1
export LSCOLORS=Exfxcxdxbxegedabagacad
# Tell grep to highlight matches
export GREP_OPTIONS='--color=auto'
export TERM="xterm-color"
PS1='\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\]:\[\e[0;34m\]\w\[\e[0m\]\$ '
# Export path to Homebrew bin
export PATH="/usr/local/bin:${PATH}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment