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
493238e2
Commit
493238e2
authored
Jun 22, 2012
by
Robby Russell
Browse files
Merge pull request #1126 from natsumesou/fix-ignore-symlink
Load symlink custom files
parents
a2695630
61c39b50
Changes
1
Show whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
493238e2
...
@@ -51,7 +51,7 @@ for plugin ($plugins); do
...
@@ -51,7 +51,7 @@ for plugin ($plugins); do
done
done
# Load all of your custom configurations from custom/
# Load all of your custom configurations from custom/
for
config_file
(
$ZSH_CUSTOM
/
*
.zsh
(
.
N
))
source
$config_file
for
config_file
(
$ZSH_CUSTOM
/
*
.zsh
(
N
))
source
$config_file
# Load the theme
# Load the theme
if
[
"
$ZSH_THEME
"
=
"random"
]
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