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.
 
 
 
 
 

25 lines
326 B

# Completion for Hexo
## Bash
Add the following snippet to `~/.bashrc`.
``` sh
eval "$(hexo --completion=bash)"
```
## Zsh
Add the following snippet to `~/.zshrc`.
``` sh
eval "$(hexo --completion=zsh)"
```
## Fish
Add the following snippet to `~/.config/fish/config.fish`.
``` sh
hexo --completion=fish | source
```