Skip to content

Commit

Permalink
[External] [docs] Add fish version of the set-up command (#39266)
Browse files Browse the repository at this point in the history
[External] [docs] Add `fish` version of the set-up command

Co-authored-by: Vasilis Themelis <vdthemelis@gmail.com>
Closes modularml#2423
MODULAR_ORIG_COMMIT_REV_ID: 376a924f470e84b9f1775382ee452386fbe3e281

Signed-off-by: Manuel Saelices <msaelices@gmail.com>
  • Loading branch information
vthemelis authored and msaelices committed May 5, 2024
1 parent 9fc007e commit aab4d7d
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 aab4d7d

Please sign in to comment.