You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

326 B

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