Skip to content

Commit 9816c92

Browse files
committed
add fish to shell readme
1 parent 38f0d5f commit 9816c92

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

shell/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ the following snippet
3131
#### Oh my Zsh
3232

3333
If you are using the popular [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) framework to manage your zsh plugins, move the file `exercism_completion.zsh` into `~/.oh-my-zsh/custom`.
34+
35+
### Fish
36+
37+
Completions must go in the user defined `$fish_complete_path`. By default, this is `~/.config/fish/completions`
38+
39+
mv ../shell/exercism.fish ~/.config/fish/exercism.fish
40+

0 commit comments

Comments
 (0)