UNPKG

326 BMarkdownView Raw
1# Completion for Hexo
2
3## Bash
4
5Add the following snippet to `~/.bashrc`.
6
7``` sh
8eval "$(hexo --completion=bash)"
9```
10
11## Zsh
12
13Add the following snippet to `~/.zshrc`.
14
15``` sh
16eval "$(hexo --completion=zsh)"
17```
18
19## Fish
20
21Add the following snippet to `~/.config/fish/config.fish`.
22
23``` sh
24hexo --completion=fish | source
25```