chore: fix typo (#13089)

master
Michael Elliot 11 months ago committed by GitHub
parent 44913a1f16
commit 476a7fc89e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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}"

Loading…
Cancel
Save