From a3292747ebc444f2f4cb209cde7882557b9c6d7f Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 27 Sep 2014 09:40:29 -0700 Subject: [PATCH] Add extract and sudo oh-my-zsh plugins. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index c8f7cc3..7871f69 100644 --- a/zshrc +++ b/zshrc @@ -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