mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 17:27:22 +08:00
zellij: disable bash integration too
This commit is contained in:
parent
b3dd6ccd81
commit
dba8d5df62
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#
|
||||
# cf. https://zellij.dev/documentation/integration#autostart-on-shell-creation
|
||||
enableZshIntegration = false;
|
||||
enableBashIntegration = false;
|
||||
|
||||
settings = {
|
||||
theme = if pkgs.system == "aarch64-darwin" then "dracula" else "gruvbox-light";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue