We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6cc330 + 6e0116f commit 99b06bdCopy full SHA for 99b06bd
1 file changed
README.md
@@ -58,6 +58,10 @@ zsh:
58
```console
59
$ echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ~/.zprofile
60
```
61
+fish:
62
+```console
63
+$ echo 'set -x PATH $HOME/.tfenv/bin $PATH' >> ~/.config/fish/config.fish
64
+```
65
66
For WSL users:
67
```bash
0 commit comments