zshrc: force ssh-askpass usage

This commit is contained in:
Arne Keller 2022-02-07 21:29:23 +01:00
parent c098057581
commit f8c18a8373

View File

@ -65,6 +65,7 @@ export LC_CTYPE=C.utf8
export EXA_COLORS='*.opus=38;5;248:*.ogg=38;5;248'
export TIME_STYLE=long-iso
export NPM_PACKAGES="${HOME}/.local/share/npm"
export SSH_ASKPASS_REQUIRE='prefer'
export PATH="$HOME/.local/bin:$PATH"
export EDITOR=vim