From 06afcbb8186b33c856c55709ea1f37e7694da2ba Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Thu, 25 Jun 2026 01:37:26 -0700 Subject: [PATCH] Remove askpass --- nixos/system/home/shared.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/system/home/shared.nix b/nixos/system/home/shared.nix index 56e489d..cdbe46f 100644 --- a/nixos/system/home/shared.nix +++ b/nixos/system/home/shared.nix @@ -48,8 +48,6 @@ in { sessionVariables.EDITOR = "vim"; sessionVariables.SHELL = "/etc/profiles/per-user/${username}/bin/zsh"; - sessionVariables.SSH_ASKPASS_REQUIRE = "never"; - sessionVariables.GIT_TERMINAL_PROMPT = "1"; packages = stable-packages ++ unstable-packages; @@ -240,6 +238,8 @@ in { fi } + unset SSH_ASKPASS + WORDCHARS='*?[]~=&;!#$%^(){}<>' # fixes duplication of commands when using tab-completion