-
Notifications
You must be signed in to change notification settings - Fork 87
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
Fish (Friendly Interactive Shell) support #125
Comments
That should be enough. fresh runs under bash so you will still need it installed. I can't link to the exact line on my phone but the top of Were you having any problems in particular? |
Perhaps a cleaner way to go is to just have an option to disable the preamble and people with incompatible shells can handle mutating the |
Another option is to not use fresh’s default fresh-options --file=~/.config/fish/config.fish --marker=\#
fresh …
fresh …
fresh-options |
I use fish with fresh without any issues. Check out my dotfiles... |
fish is a nice shell, but not very Posix compliant, hence "fresh" does not work out of the box with fish.
What is necessary to make fresh work with fish? Would it be enough to ensure that ".fresh/build/shell.sh" conforms to fish syntax in case it is used?
The text was updated successfully, but these errors were encountered: