Max Howell
Max Howell
Yeah so he is using zsh and we set `PS1` So I'm confused, will need to dig deeper
Maybe his zsh isn't at that path? @keith
@jhheider pls add the same code for `fish`.
well `--no-rcs` and `--no-global-rcs` presumably should prevent the clobbering? But I'll be honest, I don't know all the intricacies of how shells load their configuration. It's surprisingly complex.
> it doesn't try to be POSIX which can make such interop... interesting. all we need is to set a PROMPT basically, so the user knows they are in a...
to add my 2¢, I wanted a lint check for tab characters, not spaces since the heredoc syntax of `
> is there any update about this issue? This PR is too much. I have to maintain the results and this is beyond my ability to comprehend it without significant...
I tried this initially, unfortunately SwiftPM insists that package sources are below the folder that contains the `Package.swift` file. Maybe we can figure out some clever solution to trick SwiftPM,...
oh yes, env-var is a good solution. We also define `SWIFT_SH` (or something like that), IIRC. Which could be used in conjunction with the env-var. PR welcome.
In fact since we control the output, we could just define a `let __script_path` or some such. Avoids the import. Line numbers will be off as a result unfortunately. But...