Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi | il y a 6 ans | |
---|---|---|
.. | ||
README.md | il y a 6 ans | |
bash | il y a 6 ans | |
fish | il y a 6 ans | |
powershell | il y a 6 ans | |
zsh | il y a 6 ans |
Thanks to grunt team and Tyler Kellen
To enable tasks auto-completion in shell you should add eval "$(gulp --completion=shell)"
in your .shellrc
file.
Add eval "$(gulp --completion=bash)"
to ~/.bashrc
.
Add eval "$(gulp --completion=zsh)"
to ~/.zshrc
.
Add Invoke-Expression ((gulp --completion=powershell) -join [System.Environment]::NewLine)
to $PROFILE
.
Add gulp --completion=fish | source
to ~/.config/fish/config.fish
.