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.
 
 
 
 
 
commit from server cf6b7a2932 initial submit 2 years ago
..
README.md initial submit 2 years ago
bash initial submit 2 years ago
fish initial submit 2 years ago
zsh initial submit 2 years ago

README.md

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