Skip to content

Commit

Permalink
Alias changes
Browse files Browse the repository at this point in the history
  • Loading branch information
r00k committed Apr 1, 2014
1 parent 82f8373 commit a234cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/aliases
Expand Up @@ -21,6 +21,7 @@ alias bu='bundle update'
alias bunbang='bundle install && !!'
alias c='cd'
alias cc='cd ~/Dropbox/freelancing/code-climate'
alias chad='vim ~/Dropbox/work/thoughtbot/notes/1-1s/chad.txt'
alias code='cd ~/code'
alias codereview='vim ~/Dropbox/notes/code-review-checklist.txt'
alias d='cd ~/.dotfiles'
Expand Down Expand Up @@ -99,7 +100,6 @@ alias ss='spring stop'
alias startpostgres='pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start'
alias startredis='redis-server /usr/local/etc/redis.conf &'
alias stoppostgres='pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log stop'
alias staging='git push heroku-staging master'
alias status='vim ~/Dropbox/work/thoughtbot/notes/prime -c "Ex"'
alias sync='git add -u . && git commit -m "Minor changes. Commit message skipped." && repush'
alias tail-logs='heroku logs -t'
Expand Down

0 comments on commit a234cae

Please sign in to comment.