gruntjs / grunt-cli

Grunt's command line interface.
http://gruntjs.com/
MIT License
706 stars 248 forks source link

how to disable "tab auto run grunt-cli" on macOS #130

Open khanhnhat1660407 opened 4 years ago

khanhnhat1660407 commented 4 years ago

I want to disable it because when i type script on terminal and tab to completion, it auto run grunt-cli, extremely uncomfortable. I find in ~/.bash_profile and ~/.zshrc dont have line eval "$(grunt --completion=zsh)" so i dont know how to disable it. Do you have any way please help me.