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
61c39b50
Commit
61c39b50
authored
May 23, 2012
by
natsumesou
Browse files
Load symlink custom files
`(.)` search only real files. The deletion of it enables searching symlink *.zsh files
parent
3fdaf260
Changes
1
Hide whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
61c39b50
...
@@ -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