Remove askpass

This commit is contained in:
Philip Peterson 2026-06-25 01:37:26 -07:00
parent 2c250a3437
commit 06afcbb818

View file

@ -48,8 +48,6 @@ in {
sessionVariables.EDITOR = "vim"; sessionVariables.EDITOR = "vim";
sessionVariables.SHELL = "/etc/profiles/per-user/${username}/bin/zsh"; sessionVariables.SHELL = "/etc/profiles/per-user/${username}/bin/zsh";
sessionVariables.SSH_ASKPASS_REQUIRE = "never";
sessionVariables.GIT_TERMINAL_PROMPT = "1";
packages = stable-packages ++ unstable-packages; packages = stable-packages ++ unstable-packages;
@ -240,6 +238,8 @@ in {
fi fi
} }
unset SSH_ASKPASS
WORDCHARS='*?[]~=&;!#$%^(){}<>' WORDCHARS='*?[]~=&;!#$%^(){}<>'
# fixes duplication of commands when using tab-completion # fixes duplication of commands when using tab-completion