Skip to content

Commit

Permalink
Add haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
shusann01116 committed May 18, 2024
1 parent 0bfa4b5 commit e06ae9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/nushell/env.nu
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ path add /opt/homebrew/bin
path add /usr/local/bin
path add ($env.HOME | path join ".cargo" "bin")
path add ($env.HOME | path join ".local" "bin")
path add ($env.HOME | path join ".ghcup" "bin")
$env.PATH = ($env.PATH | uniq)

# To load from a custom file you can use:
Expand Down

0 comments on commit e06ae9d

Please sign in to comment.