fix: fish init command (#792)

This commit is contained in:
Dave Nicolson 2020-09-01 00:10:50 +02:00 committed by GitHub
parent 5084592786
commit 1479ec83be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,7 @@ echo -e "\n. $(brew --prefix asdf)/etc/bash_completion.d/asdf.bash" >> ~/.bash_p
Add `asdf.fish` to your `~/.config/fish/config.fish` with: Add `asdf.fish` to your `~/.config/fish/config.fish` with:
```shell ```shell
echo -e "\nsource $(brew --prefix asdf)/asdf.fish" >> ~/.config/fish/config.fish echo -e "\nsource "(brew --prefix asdf)"/asdf.fish" >> ~/.config/fish/config.fish
``` ```
?> Completions are [handled by Homebrew for the Fish shell](https://docs.brew.sh/Shell-Completion#configuring-completions-in-fish). Friendly! ?> Completions are [handled by Homebrew for the Fish shell](https://docs.brew.sh/Shell-Completion#configuring-completions-in-fish). Friendly!