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