mirror of https://github.com/jkjoy/sunpeiwen.git
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
|
#!/usr/bin/env fish
|
||
|
|
||
|
# Usage:
|
||
|
#
|
||
|
# To enable fish <tab> completion for hexo, add the following line to
|
||
|
# your ~/.config/fish/config.fish file:
|
||
|
#
|
||
|
# hexo --completion=fish | source
|
||
|
|
||
|
complete -c hexo -a "(hexo --console-list)" -f
|