From 1ee2c5ec34f68209715d2b7d73840bacc1e396a9 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 24 Oct 2011 23:49:39 +0200 Subject: [PATCH] added screen plugin to zsh --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index f3e90aa..40190af 100644 --- a/zshrc +++ b/zshrc @@ -21,7 +21,7 @@ export DISABLE_AUTO_UPDATE="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git svn debian) +plugins=(git svn debian screen) source $ZSH/oh-my-zsh.sh