提交 7b92cd93 编写于 作者: M Mislav Marohnić

Fix fish completion instructions

上级 60896771
......@@ -38,9 +38,10 @@ 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`:
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
mkdir -p ~/.config/fish/completions
cp /path/to/etc/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.
先完成此消息的编辑!
想要评论请 注册