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

[Fix #76] Load Zsh functions, modules in zshrc

This commit is contained in:
Sorin Ionescu
2012-03-30 15:45:44 -04:00
parent afca9425b9
commit cf5fb88b39
2 changed files with 24 additions and 10 deletions

View File

@ -20,7 +20,13 @@ zstyle ':omz:*:*' color 'yes'
# Auto set the tab and window titles.
zstyle ':omz:terminal' auto-title 'yes'
# Set the plugins to load (see $OMZ/plugins/).
# Set the Zsh modules to load (man zshmodules).
# zstyle ':omz:load' module 'attr' 'stat'
# Set the Zsh functions to load (man zshcontrib).
# zstyle ':omz:load' function 'zargs' 'zmv'
# Set the plugins to load (browse plugins).
zstyle ':omz:load' plugin 'archive' 'git'
# Set the prompt theme to load.