Skip to content

Instantly share code, notes, and snippets.

@pivotal-medici
Created April 24, 2012 19:57
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 pivotal-medici/2483144 to your computer and use it in GitHub Desktop.
Save pivotal-medici/2483144 to your computer and use it in GitHub Desktop.
Aliases on this project
alias rebasemaster="git fetch && git rebase origin/master"
alias deploy_s="git push staging master"
alias deploy_p="git push production master"
alias mate="mvim"
alias rubymine="mvim"
alias rake="time rake"
alias rkae="rake"
alias rkea="rake"
alias letsdothis="git pull --rebase && rake && git push origin HEAD && deploy_s && ctuuu"
alias doit="letsdothis"
alias resource=". ~/.bash_profile"
alias ctu="afplay ~/Dropbox/Public/ctu.wav"
alias ctuuu="ctu && ctu && ctu"
alias aliases="vim ~/.bash_profile_includes/alias.sh && resource"
@pivotal-medici
Copy link
Author

Download the awesome CTU ringtone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment