Created
September 29, 2011 08:05
-
-
Save SkyWriter/1250250 to your computer and use it in GitHub Desktop.
My aliases
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
alias b='bundle' | |
alias be='b exec' | |
alias ber='b exec rake' | |
alias beu='b exec uniqfrd' | |
alias bi='b install --path vendor' | |
alias bil='bi --local' | |
alias binit='bi && b package && echo '\''vendor/ruby'\'' >> .gitignore' | |
alias bu='b update' | |
alias create-repo='touch .gitignore && git add .gitignore && git commit -m '\''Created repo'\'' && git checkout -b develop' | |
alias g='git' | |
alias gg='gitk --all &' | |
alias gst='g st -sb' | |
alias l='ls -lahG' | |
alias m='mate .' | |
alias p='ping' | |
alias pwc='pwd | pbcopy' | |
alias r='rake' | |
alias rpry='pry -r ./config/environment' | |
alias rvm-restart='rvm_reload_flag=1 source '\''/Users/sky/.rvm/scripts/rvm'\''' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment