Disable zellij shell integration
This commit is contained in:
parent
ffba18c5d7
commit
a59f7a1563
|
@ -269,11 +269,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
zellij = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
zellij = { enable = true; };
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
|
|
Loading…
Reference in a new issue