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
f66a54fb
Commit
f66a54fb
authored
Jun 14, 2015
by
Ali Afshar
Browse files
Add missing space causing parse error.
parent
89219023
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/misc.zsh
View file @
f66a54fb
## Load smart urls if available
## Load smart urls if available
for
d
in
$fpath
;
do
for
d
in
$fpath
;
do
if
[[
-e
"
$d
/url-quote-magic"
]]
;
then
if
[[
-e
"
$d
/url-quote-magic"
]]
;
then
autoload
-U
url-quote-magic
autoload
-U
url-quote-magic
zle
-N
self-insert url-quote-magic
zle
-N
self-insert url-quote-magic
fi
fi
...
...
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