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
796f5164
Commit
796f5164
authored
Apr 12, 2011
by
Pat Regan
Browse files
Minor reformatting
parent
757ebfcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
796f5164
...
...
@@ -19,10 +19,8 @@ compinit -i
for
config_file
(
$ZSH
/custom/
*
.zsh
)
source
$config_file
# Load all of the plugins that were defined in ~/.zshrc
for
plugin
(
$plugins
)
do
if
[
-f
$ZSH
/plugins/
$plugin
/
$plugin
.plugin.zsh
]
then
for
plugin
(
$plugins
)
;
do
if
[
-f
$ZSH
/plugins/
$plugin
/
$plugin
.plugin.zsh
]
;
then
source
$ZSH
/plugins/
$plugin
/
$plugin
.plugin.zsh
fi
done
...
...
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