Skip to content

Commit 37bac16

Browse files
committed
fix README.md
1 parent 2bb36e0 commit 37bac16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,15 @@ bash:
5454
```console
5555
echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ~/.bash_profile
5656
```
57+
5758
zsh:
5859
```console
5960
$ echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ~/.zprofile
6061
```
62+
6163
fish:
6264
```console
63-
$ echo 'set -x PATH $HOME/.tfenv/bin $PATH' >> ~/.config/fish/config.fish
65+
echo 'set -x PATH $HOME/.tfenv/bin $PATH' >> ~/.config/fish/config.fish
6466
```
6567

6668
For WSL users:

0 commit comments

Comments
 (0)