aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Cooke <jesse@jc00ke.com>2018-03-12 18:20:45 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2018-03-12 23:06:04 -0700
commit1977215b0be083f26d7670ed9c7c837f156274ea (patch)
tree6c0995b68370cd23b20a1a989452945f2db823d7
parentd993a45e8203e6baaf8b68832a890fddd8a1afc0 (diff)
downloadalacritty-1977215b0be083f26d7670ed9c7c837f156274ea.tar.gz
alacritty-1977215b0be083f26d7670ed9c7c837f156274ea.zip
Add completion install instructions for Fish
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index a8e4f390..f6e2c68f 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ missing, please open an issue.
```sh
yum install cmake freetype-devel fontconfig-devel xclip
-yum group install "Development Tools"
+yum group install "Development Tools"
```
#### openSUSE
@@ -286,6 +286,14 @@ cp alacritty-completions.bash ~/.bash_completion/alacritty
echo "source ~/.bash_completion/alacritty" >> ~/.bashrc
```
+### Fish
+
+To install the completions for fish, run
+
+```
+sudo cp alacritty-completions.fish /usr/share/fish/vendor_completions.d/alacritty.fish
+```
+
## Configuration
Although it's possible the default configuration would work on your system,