Skip to content

Commit

Permalink
fixed bower completion error from issue ohmyzsh#2694 (ohmyzsh#5056)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantwombly authored and spiliopoulos committed May 19, 2020
1 parent 5091fec commit d49fc9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/bower/bower.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ _bower ()
compadd "$@" $(echo $bower_package_list)
;;
*)
_arguments \
$_no_color \
;;
esac
Expand Down

0 comments on commit d49fc9c

Please sign in to comment.