Conversation
|
|
Hey, thanks for looking into this! I may be missing something, but the following does not work for me in nushell: |
|
Related Nushell issue here: nushell/nushell#12570 A non-exhaustive list of workarounds: Run
|
|
Thanks @jaredramirez. I obviously was mistaken, but I could've sworn I had gotten I hadn't merged this because I hadn't figured how to test it. Forcing this code path in dev likely requires some scaffolding (normally ssh remoting in dev cross-compiles zed-remote-server on your local machine instead of downloading a specific release). @ConradIrwin Do you know if there an easy way to get zed to use a specific release binary for the remote in dev? |
|
@notpeter you "just" need to put the one you want as an executable called We changed the default, so |
|
@ConradIrwin that's super helpful and I'll add it to the docs. I tested this with nu and bash on my remote so I think this will work: Thanks |
- Closes: #21005 Nushell does not support `uname -sm` So invoke `sh -c "uname -sm"` instead which will also work under nushell. See nushell/nushell#12570 for the choice quote: "being posix/bash compliant is a non-goal" Release Notes: - Fixed ssh remotes running Nushell
- Closes: zed-industries#21005 Nushell does not support `uname -sm` So invoke `sh -c "uname -sm"` instead which will also work under nushell. See nushell/nushell#12570 for the choice quote: "being posix/bash compliant is a non-goal" Release Notes: - Fixed ssh remotes running Nushell
Nushell does not support
uname -smSo invoke
sh -c "uname -sm"instead which will also work under nushell.See nushell/nushell#12570 for the choice quote: "being posix/bash compliant is a non-goal"
Release Notes: