mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge a446e9c12c into 291e96dcd0
This commit is contained in:
commit
2911eced2d
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,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(N)); do
|
for config_file ($ZSH_CUSTOM/**/*.zsh(N)); do
|
||||||
source $config_file
|
source $config_file
|
||||||
done
|
done
|
||||||
unset config_file
|
unset config_file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue