ZIm/crates/zed/src
Thorsten Ball 068c141559
Fix shell environment not loading for Nushell (#7442)
Turns out that Nushell doesn't like `-lic` and `&&`, but works perfectly
fine with `-l -i -c` and `;`, which the other shells do too.

These all work:

    bash -l -i -c 'echo lol; /usr/bin/env -0'
    nu -l -i -c 'echo lol; /usr/bin/env -0'
    zsh -l -i -c 'echo lol; /usr/bin/env -0'
    fish -l -i -c 'echo lol; /usr/bin/env -0'

Release Notes:

- Fixed shell environment not being loaded if Nushell was set as
`$SHELL`.
2024-02-06 16:44:24 +01:00
..
languages Add Haskell buffer symbol search (#7331) 2024-02-05 17:20:40 -05:00
app_menus.rs Editor docs (#4097) 2024-01-18 00:48:37 +01:00
languages.rs Add Terraform & HCL syntax highlighting (#6882) 2024-02-05 11:38:30 -08:00
main.rs Fix shell environment not loading for Nushell (#7442) 2024-02-06 16:44:24 +01:00
only_instance.rs gpui: Add Global marker trait (#7095) 2024-01-30 14:08:20 -05:00
open_listener.rs Links to channel notes (#7262) 2024-02-01 22:22:02 -07:00
zed.rs Editor toolbar configuration (#7338) 2024-02-03 22:40:54 +02:00