diff options
author | Jesse Cooke <jesse@jc00ke.com> | 2018-03-12 18:20:45 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2018-03-12 23:06:04 -0700 |
commit | 1977215b0be083f26d7670ed9c7c837f156274ea (patch) | |
tree | 6c0995b68370cd23b20a1a989452945f2db823d7 | |
parent | d993a45e8203e6baaf8b68832a890fddd8a1afc0 (diff) | |
download | alacritty-1977215b0be083f26d7670ed9c7c837f156274ea.tar.gz alacritty-1977215b0be083f26d7670ed9c7c837f156274ea.zip |
Add completion install instructions for Fish
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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, |