Skip to content

Commit

Permalink
Updated aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrinaldi committed Dec 30, 2013
1 parent e0e7314 commit 57accb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oh-my-zsh/plugins/aliases/aliases.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ alias profileme="history | awk '{print \$2}' | awk 'BEGIN{FS=\"|\"}{print \$1}'
alias hosts="sudo vim /etc/hosts"

# Postgresql
alias pg_start='pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start'
alias pgstop='pg_ctl -D /usr/local/var/postgres stop -s -m fast'
alias pg_start='pg_ctl -D /usr/local/var/postgres -l logfile start'
alias pg_stop='pg_ctl -D /usr/local/var/postgres stop -s -m fast'

0 comments on commit 57accb1

Please sign in to comment.