]> git.rmz.io Git - dotfiles.git/commitdiff
enable extract plugin
authorSamir Benmendil <ram-z@chakra-project.org>
Mon, 3 Dec 2012 06:45:33 +0000 (07:45 +0100)
committerSamir Benmendil <ram-z@chakra-project.org>
Mon, 3 Dec 2012 06:45:33 +0000 (07:45 +0100)
zshrc

diff --git a/zshrc b/zshrc
index d253d23736f389102089dc1ee505f93b3c51e39c..a64db76e47bdf589a9fd01d73e01316a71f6df87 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -28,7 +28,7 @@ DISABLE_AUTO_UPDATE="true"
 # Which plugins would you like to load? (plugins can be found in ~/.zsh/plugins/*)
 # Custom plugins may be added to ~/.zsh/custom/plugins/
 # Example format: plugins=(rails git textmate ruby lighthouse)
-plugins=(git)
+plugins=(extract git)
 
 source $ZSH/oh-my-zsh.sh