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
107322c2
Commit
107322c2
authored
Sep 23, 2009
by
Robby Russell
Browse files
Moving some example files into custom/
parent
8debd097
Changes
2
Show whitespace changes
Inline
Side-by-side
projects.zsh-
example
→
custom/
example
.zsh
View file @
107322c2
File moved
oh-my-zsh.sh
View file @
107322c2
...
...
@@ -3,3 +3,6 @@
# 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
config_file
(
$ZSH
/lib/
*
.zsh
)
source
$config_file
# Load all of your custom configurations from custom/
for
config_file
(
$ZSH
/custom/
*
.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