Skip to content

Commit

Permalink
Fix fish completion instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 5, 2017
1 parent 6089677 commit 7b92cd9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions etc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 7b92cd9

Please sign in to comment.