Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
527355ea
Commit
527355ea
authored
Jun 15, 2011
by
Marius Ghita
Browse files
When the theme choice is left out, oh-my-zsh will not try to load it
parent
ed990f61
Changes
1
Show whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
527355ea
...
@@ -43,6 +43,9 @@ then
...
@@ -43,6 +43,9 @@ then
source
"
$RANDOM_THEME
"
source
"
$RANDOM_THEME
"
echo
"[oh-my-zsh] Random theme '
$RANDOM_THEME
' loaded..."
echo
"[oh-my-zsh] Random theme '
$RANDOM_THEME
' loaded..."
else
else
if
[
!
"
$ZSH_THEME
"
=
""
]
then
source
"
$ZSH
/themes/
$ZSH_THEME
.zsh-theme"
source
"
$ZSH
/themes/
$ZSH_THEME
.zsh-theme"
fi
fi
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment