Set frameless zellij as default

This commit is contained in:
2024-09-27 09:56:34 -03:00
parent 20abb1a22b
commit 465b5ff5de

View File

@@ -4,5 +4,8 @@
enableBashIntegration = true; enableBashIntegration = true;
enableFishIntegration = true; enableFishIntegration = true;
enableZshIntegration = true; enableZshIntegration = true;
settings = {
paneFrames = false;
};
}; };
} }