mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Revert "merge"
This reverts commit5e8734bfd6, reversing changes made to7a41498b0d.
This commit is contained in:
parent
5e8734bfd6
commit
8b572a010d
26 changed files with 74 additions and 1300 deletions
|
|
@ -45,9 +45,7 @@ for plugin ($plugins); do
|
|||
done
|
||||
|
||||
# Load all of your custom configurations from custom/
|
||||
if [ -d "$ZSH/custom" ]; then
|
||||
for config_file ($ZSH/custom/*.zsh) source $config_file
|
||||
fi
|
||||
for config_file ($ZSH_CUSTOM/*.zsh) source $config_file
|
||||
|
||||
# Load the theme
|
||||
if [ "$ZSH_THEME" = "random" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue