Skip to content

Commit f80b66c

Browse files
authored
Avoid adding brew command to fish init code
1 parent 07211e3 commit f80b66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-manage-asdf-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ shell](https://docs.brew.sh/Shell-Completion#configuring-completions-in-fish).
109109
Friendly!
110110

111111
```shell
112-
echo 'source (brew --prefix asdf)/asdf.fish' >> ~/.config/fish/config.fish
112+
echo "source "(brew --prefix asdf)"/asdf.fish" >> ~/.config/fish/config.fish
113113
```
114114

115115
<!-- tabs:end -->

0 commit comments

Comments
 (0)