From 697fa166887e333df4c11805bb7ab73f02584922 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 3 Dec 2012 07:45:33 +0100 Subject: [PATCH] enable extract plugin --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index d253d23..a64db76 100644 --- 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 -- 2.48.1