Skip to content

Instantly share code, notes, and snippets.

@cabe56
Created January 8, 2013 14:52
Show Gist options
  • Save cabe56/4484346 to your computer and use it in GitHub Desktop.
Save cabe56/4484346 to your computer and use it in GitHub Desktop.
Not sure where I should keep this.
#aliases
alias ..="cd .."
alias l="ls -al"
#Found in http://clippy.in/b/YJLM9W
alias server="python -m SimpleHTTPServer"
alias myip="wget http://automation.whatismyip.com/n09230945.asp -O - -q ; echo"
PATH=/usr/local/bin:$PATH
export PATH
#configure my multi-line prompt
PS1='\W $ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment