Skip to content

Commit

Permalink
fix: fish script missing .fvm/ dir
Browse files Browse the repository at this point in the history
modify fish script to include ~/.fvm/bin directory
  • Loading branch information
javihernant committed Feb 11, 2024
1 parent 1b4b929 commit 616abf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ echo 'export PATH="${HOME}/.fvm/bin:${HOME}/.fluvio/bin:${PATH}"' >> ~/.zshrc
{{< h-item tabNum="3">}}
%copy first-line%
```shell
$ fish_add_path ~/.fluvio/bin
$ fish_add_path ~/.fluvio/bin ~/.fvm/bin
```
{{< /h-item>}}

Expand Down

0 comments on commit 616abf9

Please sign in to comment.