From 1c1aaf9d8b051e917e89334d794c272aa3400278 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 20 May 2012 17:54:50 -0400 Subject: [PATCH] [#135] List the modules to be loaded vertically --- templates/zshrc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/templates/zshrc b/templates/zshrc index 8efd3eb..a0d5fd3 100644 --- a/templates/zshrc +++ b/templates/zshrc @@ -30,8 +30,18 @@ zstyle ':omz:module:terminal' auto-title 'yes' # zstyle ':omz:load' zfunction 'zargs' 'zmv' # Set the Oh My Zsh modules to load (browse modules). -zstyle ':omz:load' omodule 'environment' 'terminal' 'editor' 'completion' \ - 'history' 'directory' 'spectrum' 'alias' 'utility' 'prompt' +# The order matters. +zstyle ':omz:load' omodule \ + 'environment' \ + 'terminal' \ + 'editor' \ + 'completion' \ + 'history' \ + 'directory' \ + 'spectrum' \ + 'alias' \ + 'utility' \ + 'prompt' # Set the prompt theme to load. # Setting it to 'random' loads a random theme.