From 1977215b0be083f26d7670ed9c7c837f156274ea Mon Sep 17 00:00:00 2001 From: Jesse Cooke Date: Mon, 12 Mar 2018 18:20:45 -0700 Subject: Add completion install instructions for Fish --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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, -- cgit