mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-06 09:56:34 +00:00
feat(shell-integration): add automatic integration for Elvish
Fish automatic integration taken as an example. Just like fish, Elvish checks `XDG_DATA_DIRS` for its modules. Thus, Fish integration in zig is reused, and integration in Elvish now removes `GHOSTTY_FISH_XDG_DIR` environment variable on launch.
This commit is contained in:
@@ -3414,6 +3414,7 @@ pub const ShellIntegration = enum {
|
||||
bash,
|
||||
fish,
|
||||
zsh,
|
||||
elvish,
|
||||
};
|
||||
|
||||
/// Shell integration features
|
||||
|
Reference in New Issue
Block a user