Skip to content

Commit

Permalink
Merge branch 'master' of github.com:holman/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Apr 10, 2012
2 parents 27ac654 + 765929f commit dac92c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion postgresql/aliases.zsh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
alias pg-up=pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log
alias pg-up='pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start'
alias pg-down='pg_ctl -D /usr/local/var/postgres stop -s -m fast'

0 comments on commit dac92c6

Please sign in to comment.