Why do I have a bower alias when I use zsh with oh-my-zsh

There is a warning in bower.io that says:

Warning

On prezto or oh-my-zsh, do not forget to specify the alias bower = 'noglob bower' or bower install jquery # 1.9.1

I have not seen this before, and I'm already working on a project where I need to install bower install, and so far everything looks fine.

I am very interested, why should I worry?

+4
source share
1 answer

# used to delete a template in zsh (see the section "Standard forms: deleting a template").

Or an alias with noglob or a quote of 'jquery#1.9.1' each time.

+14
source

Source: https://habr.com/ru/post/1501046/


All Articles