Skip to content

Instantly share code, notes, and snippets.

@webplantmedia
Created September 29, 2017 20:08
Show Gist options
  • Save webplantmedia/e3f524258746201ab72895e56bce1023 to your computer and use it in GitHub Desktop.
Save webplantmedia/e3f524258746201ab72895e56bce1023 to your computer and use it in GitHub Desktop.
source ~/.profile
# case ":$PATH:" in
# *:$HOME/bin:*) ;; # do nothing if $PATH already contains $HOME/bin
# *) PATH=$HOME/bin:$PATH ;; # in every other case, add it to the front
# esac
# Tell ls to be colourful
export CLICOLOR=1
# Tell grep to highlight matches
export GREP_OPTIONS='--color=auto'
alias svn='/usr/local/bin/svn'
alias git='/usr/local/bin/git'
alias vim='/usr/local/bin/vim'
# flush DNS
alias flushdns='dscacheutil -flushcache;sudo killall -HUP mDNSResponder'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment