mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge 903206abf4 into f9e2af2bd7
This commit is contained in:
commit
1a8d6d9241
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ for plugin ($plugins); do
|
||||||
done
|
done
|
||||||
|
|
||||||
# Load all of your custom configurations from custom/
|
# Load all of your custom configurations from custom/
|
||||||
for config_file ($ZSH/custom/*.zsh) source $config_file
|
for config_file ($(find $ZSH/custom -iname \*.zsh)) source $config_file
|
||||||
|
|
||||||
# Load the theme
|
# Load the theme
|
||||||
# Check for updates on initial load...
|
# Check for updates on initial load...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue