Skip to content

Instantly share code, notes, and snippets.

@thewinger
Last active August 29, 2015 14:19
Show Gist options
  • Save thewinger/ef19bc1ccfab2a0307c8 to your computer and use it in GitHub Desktop.
Save thewinger/ef19bc1ccfab2a0307c8 to your computer and use it in GitHub Desktop.
stored in ~/
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
export PATH="/usr/local/bin:$PATH"
alias simulator='open /Applications/Xcode.app/Contents/Developer/Applications/iOS\ Simulator.app'
alias web='cd ~/Dropbox/wip/web/'
alias gitdelete='git rm $(git ls-files --deleted)'
alias ll='ls -lah'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment