mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Improve fish completions installation instructions
Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
This commit is contained in:
parent
d0078ffc21
commit
0a1743758b
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ echo "source ~/.bash_completion/alacritty" >> ~/.bashrc
|
||||||
|
|
||||||
#### Fish
|
#### 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]
|
mkdir -p $fish_complete_path[1]
|
||||||
|
|
Loading…
Reference in a new issue