Skip to content

Commit

Permalink
Fixes installation of a completion file for fish
Browse files Browse the repository at this point in the history
The command in README in order to install a completion file for fish doesn't work. 
It looks need `-O` option as well as other examples.
  • Loading branch information
satoryu committed Sep 27, 2020
1 parent 3039f71 commit 031a61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Note: ZSH's completion files can be put in other locations in your `$fpath`. Ple

### fish

$ wget https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/completion/tmuxinator.fish ~/.config/fish/completions/
$ wget https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/completion/tmuxinator.fish -O ~/.config/fish/completions/tmuxinator.fish

## Usage

Expand Down

0 comments on commit 031a61c

Please sign in to comment.