mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-04 00:24:29 -06:00
11 lines
226 B
Fish
11 lines
226 B
Fish
#!/usr/bin/env fish
|
|
|
|
# Usage:
|
|
#
|
|
# To enable fish <tab> completion for gulp, add the following line to
|
|
# your ~/.config/fish/config.fish file:
|
|
#
|
|
# gulp --completion=fish | source
|
|
|
|
complete -c gulp -a "(gulp --tasks-simple)" -f
|