From 3df49c8bd11e2c0f0af85dc2f3bdc0674646a087 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 23 May 2013 22:36:05 +0200 Subject: [PATCH] add screen plugin --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 54d27f8..d0ff76c 100644 --- a/zshrc +++ b/zshrc @@ -24,7 +24,7 @@ COMPLETION_WAITING_DOTS="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 archlinux npm node) +plugins=(git archlinux npm node screen) source $ZSH/oh-my-zsh.sh