From ad781a23855937f8b73a672e405efb8b2ebb5533 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Mon, 29 Apr 2024 16:42:25 -0500 Subject: [PATCH] only rc files not env, interactive only... --- users/josh/home_manager/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/josh/home_manager/zsh.nix b/users/josh/home_manager/zsh.nix index f110283..3dab258 100644 --- a/users/josh/home_manager/zsh.nix +++ b/users/josh/home_manager/zsh.nix @@ -8,7 +8,7 @@ defaultKeymap = "emacs"; - envExtra = '' + initExtra = '' # Make home/end and ctrl + left/right nav how I expect them to like in bash bindkey "\e[1~" beginning-of-line bindkey "\e[4~" end-of-line