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
Oh My Zsh
Commits
4154eccb
Commit
4154eccb
authored
Dec 05, 2012
by
Robby Russell
Browse files
Merge pull request #1468 from larrylv/unset-config-file-variable
Unset `config_file` variable in oh-my-zsh.sh
parents
178bce28
6c5e6302
Changes
1
Hide whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
4154eccb
...
...
@@ -56,6 +56,7 @@ done
for
config_file
(
$ZSH_CUSTOM
/
*
.zsh
(
N
))
;
do
source
$config_file
done
unset
config_file
# Load the theme
if
[
"
$ZSH_THEME
"
=
"random"
]
...
...
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