Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi | vor 7 Jahren | |
---|---|---|
.. | ||
README.md | vor 7 Jahren | |
bash | vor 7 Jahren | |
fish | vor 7 Jahren | |
powershell | vor 7 Jahren | |
zsh | vor 7 Jahren |
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
.