mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Fix merge errors
This commit is contained in:
parent
7bebacbb87
commit
18e8997c39
2 changed files with 1 additions and 28 deletions
|
|
@ -51,13 +51,11 @@ for plugin ($plugins); do
|
|||
done
|
||||
|
||||
# Load all of your custom configurations from custom/
|
||||
<<<<<<< HEAD
|
||||
for config_file ($ZSH_CUSTOM/*.zsh) source $config_file
|
||||
=======
|
||||
|
||||
if [ -d "$ZSH/custom" ]; then
|
||||
for config_file ($ZSH/custom/*.zsh) source $config_file
|
||||
fi
|
||||
>>>>>>> bd003653824bcff2231d20df783f239aff64b4b4
|
||||
|
||||
# Load the theme
|
||||
if [ "$ZSH_THEME" = "random" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue