mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge pull request from till.
This commit is contained in:
commit
bd00365382
1 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,9 @@ 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
|
if [ -d "$ZSH/custom" ]; then
|
||||||
|
for config_file ($ZSH/custom/*.zsh) source $config_file
|
||||||
|
fi
|
||||||
|
|
||||||
# Load the theme
|
# Load the theme
|
||||||
if [ "$ZSH_THEME" = "random" ]
|
if [ "$ZSH_THEME" = "random" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue