diff --git a/lib/aliases.zsh b/lib/aliases.zsh index 6ac553b73..2b59a874a 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -32,3 +32,7 @@ alias l=la alias sl=ls # often screw this up alias afind='ack-grep -il' + +# Git aliases +alias gits='git st' +alias gitk='gitk --all &' diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index 9af8f7c17..a9b2464f7 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -33,7 +33,7 @@ DISABLE_VENV_CD="1" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git tmux python pythonbrew vim-override virtualenvwrapper) +plugins=(git postgresq tmux python pythonbrew vim-override virtualenvwrapper) source $ZSH/oh-my-zsh.sh # source `which virtualenvwrapper.sh`