mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
add ZSH_MODULE_PATH to customize module path when zmodload
This commit is contained in:
parent
e44aa50301
commit
610146751d
4 changed files with 19 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue