mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
Correct comment to reflect the exact path (~/.oh-my-zsh/lib)
This commit is contained in:
parent
80a6032596
commit
fc185cddc8
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ fi
|
||||||
# add a function path
|
# add a function path
|
||||||
fpath=($ZSH/functions $ZSH/completions $fpath)
|
fpath=($ZSH/functions $ZSH/completions $fpath)
|
||||||
|
|
||||||
# Load all of the config files in ~/oh-my-zsh that end in .zsh
|
# Load all of the config files in ~/.oh-my-zsh/lib that end in .zsh
|
||||||
# TIP: Add files you don't want in git to .gitignore
|
# TIP: Add files you don't want in git to .gitignore
|
||||||
for config_file ($ZSH/lib/*.zsh); do
|
for config_file ($ZSH/lib/*.zsh); do
|
||||||
source $config_file
|
source $config_file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue