File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,23 @@ autoload -Uz compinit && compinit
9595
9696#### ** Fish **
9797
98+ Installation via ** Git** :
99+
98100``` shell
99101echo ' source ~/.asdf/asdf.fish' >> ~ /.config/fish/config.fish
100102mkdir -p ~ /.config/fish/completions; and cp ~ /.asdf/completions/asdf.fish ~ /.config/fish/completions
101103```
102104
105+ Installation via ** Homebrew** :
106+
107+ ?> Homebrew takes care of [ installing the completions for fish
108+ shell] ( https://docs.brew.sh/Shell-Completion#configuring-completions-in-fish ) .
109+ Friendly!
110+
111+ ``` shell
112+ echo ' source (brew --prefix asdf)/asdf.fish' >> ~ /.config/fish/config.fish
113+ ```
114+
103115<!-- tabs:end -->
104116
105117Restart your shell so that PATH changes take effect. (Opening a new terminal
You can’t perform that action at this time.
0 commit comments