cablehead / stacks

clip clip, pew pew
https://stacks.cross.stream
MIT License
92 stars 5 forks source link

known issue: user's default shell environment not sourced correctly #39

Open cablehead opened 8 months ago

cablehead commented 8 months ago

pipe to shell currently sources .zshrc. It should source .zprofile as well

https://github.com/cablehead/stacks/blob/main/src-tauri/src/commands.rs#L74-L84

cablehead commented 4 months ago

I'm pretty sure I want to integrate Nushell directly into Stacks, and make pipe to shell, pipe to that integrated version of Nushell, which would bypass this issue (although it'd set people up with a less familiar scripting environment).

VKondakoff commented 4 months ago

Looks like this is the reason I'm receiving error when piping:

Снимок экрана 2024-05-31 в 20 27 06
cablehead commented 4 months ago

Yeah, it does. Thanks for the data point!