Skip to content

Instantly share code, notes, and snippets.

@kaubu
Created August 8, 2023 12:18
Show Gist options
  • Save kaubu/0f253c3b6628aacf2ce02804d77d98a9 to your computer and use it in GitHub Desktop.
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`
$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