Created
August 8, 2023 12:18
-
-
Save kaubu/0f253c3b6628aacf2ce02804d77d98a9 to your computer and use it in GitHub Desktop.
To add Haskell Desktop to your path in Nushell, simply append this to your `env.nu`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$env.PATH = ($env.PATH | append /home/user/.cabal/bin) | |
$env.PATH = ($env.PATH | append /home/user/.ghcup/bin) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment