Skip to content

Commit

Permalink
Add fish version of the set-up command
Browse files Browse the repository at this point in the history
Signed-off-by: Vasilis Themelis <vdthemelis@gmail.com>
  • Loading branch information
vthemelis committed May 3, 2024
1 parent a936693 commit 7ac5cfb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/manual/get-started/index.md
Expand Up @@ -129,6 +129,17 @@ If you already have the `modular` tool,
&& source ~/.zshrc
```

</TabItem>
<TabItem value="fish" label="fish">

If you're using fish, run this command:

```sh
set MOJO_PATH (modular config mojo.path) \
&& set -Ux MODULAR_HOME $HOME/.modular \
&& fish_add_path $MOJO_PATH/bin
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit 7ac5cfb

Please sign in to comment.