1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 09:51:41 +00:00

[#23] Rename plugins to modules

This commit is contained in:
Sorin Ionescu
2012-03-28 12:41:39 -04:00
parent a75bbff43f
commit a7340886b3
73 changed files with 159 additions and 159 deletions

View File

@ -21,13 +21,13 @@ zstyle ':omz:*:*' color 'yes'
zstyle ':omz:terminal' auto-title 'yes'
# Set the Zsh modules to load (man zshmodules).
# zstyle ':omz:load' module 'attr' 'stat'
# zstyle ':omz:load' zmodule 'attr' 'stat'
# Set the Zsh functions to load (man zshcontrib).
# zstyle ':omz:load' function 'zargs' 'zmv'
# zstyle ':omz:load' zfunction 'zargs' 'zmv'
# Set the plugins to load (browse plugins).
zstyle ':omz:load' plugin 'archive' 'git'
# Set the Oh My Zsh modules to load (browse modules).
zstyle ':omz:load' omodule 'archive' 'git'
# Set the prompt theme to load.
# Setting it to 'random' loads a random theme.