From 6701ed0147c2ccdb84510b71b4a2402d0250f814 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 f1102835..3dab2583 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