From 4388cc624972e99d98d90f564aad2f80e99977bd Mon Sep 17 00:00:00 2001 From: Elias Kohout Date: Tue, 7 Apr 2026 17:58:25 +0200 Subject: [PATCH] Fix deprecated zsh option: initExtra -> initContent --- home/modules/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/shell.nix b/home/modules/shell.nix index eb17028..99ad041 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -14,7 +14,7 @@ save = 10000; }; - initExtra = '' + initContent = '' bindkey '^R' history-incremental-search-backward bindkey '^S' history-incremental-search-forward