Skip to content

Commit

Permalink
Add update gems alias for devbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tskogberg committed Mar 16, 2016
1 parent 79e91ec commit 0e8f30a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/aliases.sh
Expand Up @@ -98,6 +98,7 @@ alias rst="touch tmp/restart.txt && echo touched tmp/restart.txt" # Pow
# Assumes there is only one screen running.
alias prodc="ssh pa -t screen -RD"

alias udgems="git pull && dev && bundle update && rake && rake spec && git commit -a -m 'Update gems' && git show && dev stop && echo 'Amend to the commit message if there in any big changes and dont forget to run dev bundle!'"
# Other
alias v="vagrant"

Expand Down

0 comments on commit 0e8f30a

Please sign in to comment.