Skip to content

Commit 99b06bd

Browse files
authored
Merge pull request #438 from sato-s/patch-1
Added fish way to add PATH to README.md
2 parents f6cc330 + 6e0116f commit 99b06bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ zsh:
5858
```console
5959
$ echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ~/.zprofile
6060
```
61+
fish:
62+
```console
63+
$ echo 'set -x PATH $HOME/.tfenv/bin $PATH' >> ~/.config/fish/config.fish
64+
```
6165

6266
For WSL users:
6367
```bash

0 commit comments

Comments
 (0)