提交 95b84c5f 编写于 作者: M Michihito Shigemura

Update README for fish completion

上级 ed0a2a72
......@@ -35,3 +35,12 @@ Then add the following lines to your `.zshrc` file:
fpath=(~/.zsh/completions $fpath)
autoload -U compinit && compinit
```
## fish
Copy the file `/etc/hub.fish_completion` from the location where you downloaded `hub` to the folder `~/.config/fish/completions/` and rename it to `hub.fish`:
```sh
cp /path/to/etc/hub.fish_completion ~/.config/fish/completions/
mv ~/.config/fish/completions/hub.fish_completion ~/.config/fish/completions/hub.fish
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册