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