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
670a470a
Commit
670a470a
authored
May 21, 2016
by
jordantwombly
Committed by
Robby Russell
May 21, 2016
Browse files
fixed bower completion error from issue #2694 (#5056)
parent
f2b1be0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/bower/bower.plugin.zsh
View file @
670a470a
...
...
@@ -72,6 +72,7 @@ _bower ()
compadd
"
$@
"
$(
echo
$bower_package_list
)
;;
*
)
_arguments
\
$_no_color
\
;;
esac
...
...
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