mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-20 06:21:12 +00:00
[#135] List the modules to be loaded vertically
This commit is contained in:
parent
8394cc7e25
commit
1c1aaf9d8b
@ -30,8 +30,18 @@ zstyle ':omz:module:terminal' auto-title 'yes'
|
|||||||
# zstyle ':omz:load' zfunction 'zargs' 'zmv'
|
# zstyle ':omz:load' zfunction 'zargs' 'zmv'
|
||||||
|
|
||||||
# Set the Oh My Zsh modules to load (browse modules).
|
# Set the Oh My Zsh modules to load (browse modules).
|
||||||
zstyle ':omz:load' omodule 'environment' 'terminal' 'editor' 'completion' \
|
# The order matters.
|
||||||
'history' 'directory' 'spectrum' 'alias' 'utility' 'prompt'
|
zstyle ':omz:load' omodule \
|
||||||
|
'environment' \
|
||||||
|
'terminal' \
|
||||||
|
'editor' \
|
||||||
|
'completion' \
|
||||||
|
'history' \
|
||||||
|
'directory' \
|
||||||
|
'spectrum' \
|
||||||
|
'alias' \
|
||||||
|
'utility' \
|
||||||
|
'prompt'
|
||||||
|
|
||||||
# Set the prompt theme to load.
|
# Set the prompt theme to load.
|
||||||
# Setting it to 'random' loads a random theme.
|
# Setting it to 'random' loads a random theme.
|
||||||
|
Loading…
Reference in New Issue
Block a user