fix(zellij): disable fish shell integration
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
# ── Zellij (terminal multiplexer) ────────────────────
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
enableFishIntegration = false;
|
||||
settings = {
|
||||
show_startup_tips = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user