Fixed zellij setting syntax

This commit is contained in:
2024-09-27 10:37:47 -03:00
parent 1ab2fb3a96
commit 4f5ceff875

View File

@@ -5,7 +5,8 @@
enableFishIntegration = true; enableFishIntegration = true;
enableZshIntegration = true; enableZshIntegration = true;
settings = { settings = {
paneFrames = false; pane_frames = false;
copy_on_select = false;
}; };
}; };
} }