Created
September 29, 2017 20:08
-
-
Save webplantmedia/e3f524258746201ab72895e56bce1023 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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