Skip to content

Instantly share code, notes, and snippets.

@SkyWriter
Created September 29, 2011 08:05
Show Gist options
  • Save SkyWriter/1250250 to your computer and use it in GitHub Desktop.
Save SkyWriter/1250250 to your computer and use it in GitHub Desktop.
My aliases
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