Skip to content

Commit

Permalink
Add some aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentWheeldon committed May 8, 2014
1 parent 878d3ba commit ac2fbaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bash_profile
Expand Up @@ -18,13 +18,15 @@ export EDITOR=mvim
export HISTCONTROL=ignoredups

alias editaliases="vim ~/.bash_profile && reload"
alias fixdb="rake db:drop db:create db:migrate db:seed && rake db:sample_data db:test:prepare"
alias gitprune="git remote prune origin && git prune"
alias got=git
alias gpr="git fetch && git rebase origin/master"
alias gtx=gitx
alias gut=git
alias heroky=heroku
alias ht="cd ~/workspace/hightower"
alias ll="ls -al"
alias gitprune="git remote prune origin && git prune"
alias reload=". ~/.bash_profile"
alias t=run_test
alias z="zeus rspec"
Expand Down

0 comments on commit ac2fbaa

Please sign in to comment.