1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-12 10:20:40 +01:00

fixed bower completion error from issue #2694 (#5056)

This commit is contained in:
jordantwombly
2016-05-21 20:51:48 -04:00
committed by Robby Russell
parent f2b1be0dda
commit 670a470a85

View File

@@ -72,6 +72,7 @@ _bower ()
compadd "$@" $(echo $bower_package_list)
;;
*)
_arguments \
$_no_color \
;;
esac