Skip to content

Commit 106a75b

Browse files
authored
Merge pull request #427 from kuredev/fix-README-zsh-script
docs: fix README to enable copy and use as is
2 parents 37bac16 + 79a3b2f commit 106a75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ~/.bash_profile
5757

5858
zsh:
5959
```console
60-
$ echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ~/.zprofile
60+
echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ~/.zprofile
6161
```
6262

6363
fish:

0 commit comments

Comments
 (0)