mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Fix completion install instructions for Fish on macOS (#1237)
This commit is contained in:
parent
abe678c686
commit
e2abd8945a
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ echo "source ~/.bash_completion/alacritty" >> ~/.bashrc
|
||||||
To install the completions for fish, run
|
To install the completions for fish, run
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo cp alacritty-completions.fish /usr/share/fish/vendor_completions.d/alacritty.fish
|
sudo cp alacritty-completions.fish $__fish_datadir/vendor_completions.d/alacritty.fish
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
Loading…
Reference in a new issue