|
|
|
@ -30,8 +30,18 @@ zstyle ':omz:module:terminal' auto-title 'yes'
@@ -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. |
|
|
|
|