merge oh-my-zsh, enable the completion dots

This commit is contained in:
Thomas Ruoff
2012-01-30 23:14:38 +01:00
parent b278778722
commit 7948b25cf4
2 changed files with 4 additions and 1 deletions

3
zshrc
View File

@@ -19,6 +19,9 @@ export DISABLE_AUTO_UPDATE="true"
# Uncomment following line if you want to disable autosetting terminal title.
# export DISABLE_AUTO_TITLE="true"
# Uncomment following line if you want red dots to be displayed while waiting for completion
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 svn debian screen)