Skip to content

Instantly share code, notes, and snippets.

@robpark
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robpark/a4ef13ccb59b7001ee36 to your computer and use it in GitHub Desktop.
Save robpark/a4ef13ccb59b7001ee36 to your computer and use it in GitHub Desktop.
current aliases
alias aa='git add --all'
alias be='bundle exec'
alias bi='bundle install'
alias bu='bundle update'
alias ci='git commit'
alias co='git checkout'
alias dev-claims='ssh 54.86.124.58'
alias dev-portal='ssh -i ~/.ssh/eyenetra-dev.pem ec2-user@dev-portal.eyenetra.com'
alias dev-portal-api='ssh -i ~/.ssh/eyenetra-dev.pem ec2-user@dev-portal-api.eyenetra.com'
alias e='ember'
alias el='API_HOST=http://localhost:3000 ember'
alias gc='git clone'
alias gd='git diff'
alias gp='git push'
alias ip='ifconfig | grep "inet " | grep -v 127.0.0.1'
alias pipeline='bundle exec generate pipeline -c ~/.ssh/jenkins.yml bootstrap ./pipeline'
alias pre='HOST_URI=http://localhost:3000 be rake ci:precommit'
alias r='bundle exec rails'
alias rvm-restart='rvm_reload_flag=1 source '\''/Users/rob/.rvm/scripts/rvm'\'''
alias st='git status'
alias text='open -a TextEdit'
alias up='git pull --all'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment