mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Zellij only support sixel
This commit is contained in:
parent
c540542da4
commit
44ef9fa965
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ pub enum Adaptor {
|
|||
impl Adaptor {
|
||||
pub(super) fn detect() -> Self {
|
||||
let vars = [
|
||||
("ZELLIJ_SESSION_NAME", Self::Sixel),
|
||||
("KITTY_WINDOW_ID", Self::Kitty),
|
||||
("KONSOLE_VERSION", Self::Kitty),
|
||||
("ITERM_SESSION_ID", Self::Iterm2),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue