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
2ca2ad3f
"vscode:/vscode.git/clone" did not exist on "11fcdb844d67492080befd8dcd1f995deb26b8ee"
Commit
2ca2ad3f
authored
Sep 20, 2011
by
fceccon
Browse files
First search in the custom folder for the theme
parent
762b55bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
2ca2ad3f
...
...
@@ -45,7 +45,12 @@ then
else
if
[
!
"
$ZSH_THEME
"
=
""
]
then
source
"
$ZSH
/themes/
$ZSH_THEME
.zsh-theme"
if
[
-f
"
$ZSH
/custom/
$ZSH_THEME
.zsh-theme"
]
then
source
"
$ZSH
/custom/
$ZSH_THEME
.zsh-theme"
else
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