added screen plugin to zsh

This commit is contained in:
Thomas Ruoff
2011-10-24 23:49:39 +02:00
parent 70bc01309a
commit 1ee2c5ec34

2
zshrc
View File

@@ -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