mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
fix: dont spawn SSH Agent UI for password
This commit is contained in:
@@ -7,6 +7,11 @@ export LANG=en_US.UTF-8
|
|||||||
# Prefered programs
|
# Prefered programs
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
|
|
||||||
|
# Force ssh/ssh-add to always prompt for passphrases in the terminal. On WSL,
|
||||||
|
# DISPLAY is set (WSLg) and the ssh-askpass package is installed, so without
|
||||||
|
# this OpenSSH prefers popping up a GUI askpass dialog instead of asking here.
|
||||||
|
export SSH_ASKPASS_REQUIRE='never'
|
||||||
|
|
||||||
if type bat > /dev/null; then
|
if type bat > /dev/null; then
|
||||||
export MANPAGER='bat -plman'
|
export MANPAGER='bat -plman'
|
||||||
export PAGER='bat'
|
export PAGER='bat'
|
||||||
|
|||||||
Reference in New Issue
Block a user