add ZSH_MODULE_PATH to customize module path when zmodload

This commit is contained in:
Jun Hao 2015-10-26 12:39:44 +08:00
commit 610146751d
4 changed files with 19 additions and 3 deletions

View file

@ -45,6 +45,9 @@ ZSH_THEME="robbyrussell"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
# Would you like to use another module_path than zsh compiled with?
# export ZSH_MODULE_PATH=/path/to/zsh-module
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)