diff options
author | CRATO LABS <127831631+cratolabs@users.noreply.github.com> | 2023-03-16 21:32:21 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 16:02:21 +0000 |
commit | 0a1743758b23d03bbc06d41d9967c811e96817b2 (patch) | |
tree | 063b74835082fdb64db7f96782e558885c22fed6 | |
parent | d0078ffc21fe5788bd33b5129e8981a8ce5fbb3f (diff) | |
download | alacritty-0a1743758b23d03bbc06d41d9967c811e96817b2.tar.gz alacritty-0a1743758b23d03bbc06d41d9967c811e96817b2.zip |
Improve fish completions installation instructions
Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -378,7 +378,7 @@ echo "source ~/.bash_completion/alacritty" >> ~/.bashrc #### Fish -To install the completions for fish, run +To install the completions for fish, from inside the fish shell, run ``` mkdir -p $fish_complete_path[1] |