Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap script doesn't set up PATH correctly in fish shell #29

Open
iluvcapra opened this issue Oct 21, 2023 · 0 comments
Open

Bootstrap script doesn't set up PATH correctly in fish shell #29

iluvcapra opened this issue Oct 21, 2023 · 0 comments

Comments

@iluvcapra
Copy link

I use fish as my default shell and the bootstrap script does not set the path or Haskell environment

I note this comment:

## Haskell install assumes .bashrc with macOS no .bashrc or .zshrc is created

I think something needs to be added to these lines for the fish shell case:

echo 'source ${HOME}/.ghcup/env' >> "${HOME}/.bashrc"
echo 'source ${HOME}/.ghcup/env' >> "${HOME}/.zshrc"

I was able to hack mine by adding

set PATH $HOME/.ghcup/bin $PATH

to then end of my config.fish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant