Last active
August 29, 2015 14:19
-
-
Save thewinger/ef19bc1ccfab2a0307c8 to your computer and use it in GitHub Desktop.
stored in ~/
This file contains 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
[[ -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