diff options
| author | Michael Elliot <michael@digital.com.au> | 2025-04-27 16:26:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-27 10:26:11 +0200 |
| commit | 476a7fc89e38a0fdc483ec6452394f2f2e0413bf (patch) | |
| tree | 8ddb506a336342e0075271b7864f0cd3f456dc27 | |
| parent | 44913a1f16424f21b5989a0dd7d2c95d02047cec (diff) | |
| download | zsh-476a7fc89e38a0fdc483ec6452394f2f2e0413bf.tar.gz zsh-476a7fc89e38a0fdc483ec6452394f2f2e0413bf.tar.bz2 zsh-476a7fc89e38a0fdc483ec6452394f2f2e0413bf.zip | |
chore: fix typo (#13089)
| -rw-r--r-- | oh-my-zsh.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index b1032841c..2e885219c 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -192,7 +192,7 @@ _omz_source() { fi } -# Load all of the lib files in ~/oh-my-zsh/lib that end in .zsh +# Load all of the lib files in ~/.oh-my-zsh/lib that end in .zsh # TIP: Add files you don't want in git to .gitignore for lib_file ("$ZSH"/lib/*.zsh); do _omz_source "lib/${lib_file:t}" |
