|
@@ -29,6 +29,11 @@ ZSH_THEME="robbyrussell"
|
|
|
# Uncomment following line if you want red dots to be displayed while waiting for completion
|
|
|
# COMPLETION_WAITING_DOTS="true"
|
|
|
|
|
|
+# Uncomment following line if you want to disable marking untracked files under
|
|
|
+# VCS as dirty. This makes repository status check for large repositories much,
|
|
|
+# much faster.
|
|
|
+# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
|
|
+
|
|
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
|
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
|
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|