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
1978c04d
Commit
1978c04d
authored
Sep 01, 2009
by
Robby Russell
Browse files
Trying out some zsh-fu. Using the for x (*.zsh) source approach
parent
d1a9efc4
Changes
1
Show whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
1978c04d
...
...
@@ -2,4 +2,4 @@
# Load all of the config files in ~/oh-my-zsh that end in .zsh
# TIP: Add files you don't want in git to .gitignore
for
i
in
$ZSH
/
*
.zsh
;
do
source
$
i
;
done
;
for
config_file
(
$ZSH
/
*
.zsh
)
source
$
config_file
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