Add extract and sudo oh-my-zsh plugins.

This commit is contained in:
David Tomaschik
2014-09-27 09:40:29 -07:00
parent 6b8b7673d8
commit a3292747eb

2
zshrc
View File

@@ -32,7 +32,7 @@ alias ls='ls --color'
if [ -d $HOME/.oh-my-zsh ] ; then
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="matir"
plugins=(git encode64 gpg-agent pep8 pip python tmux urltools)
plugins=(git encode64 gpg-agent pep8 pip python tmux urltools extract sudo)
source $ZSH/oh-my-zsh.sh
fi