Files
2025-07-16 16:30:56 +00:00
..
2025-07-16 16:30:56 +00:00
2025-07-16 16:30:56 +00:00
2025-07-16 16:30:56 +00:00
2025-07-16 16:30:56 +00:00

Completion for Hexo

Bash

Add the following snippet to ~/.bashrc.

eval "$(hexo --completion=bash)"

Zsh

Add the following snippet to ~/.zshrc.

eval "$(hexo --completion=zsh)"

Fish

Add the following snippet to ~/.config/fish/config.fish.

hexo --completion=fish | source