diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-05-25 14:35:17 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-05-25 14:35:17 +0100 |
commit | 1a531b1ca4d03d1ee81e2b86ae32aa53f5ff2fbc (patch) | |
tree | da1eb476c4ae9085ca3c87661f55aeb75f081d90 /.bashrc | |
parent | 7f34785786e1b3b8b60bf039ced9337c64df2d18 (diff) |
Changed export SSH_ASKPASS_REQUIRE=force to prefer
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ export GDK_BACKEND=wayland #export LC_ALL="en_US.UTF-8" # export SSH_ASKPASS=~/.local/bin/wayprompt-ssh-askpass export SSH_ASKPASS='/home/justine/.local/bin/ssh-askpass' -export SSH_ASKPASS_REQUIRE=force +export SSH_ASKPASS_REQUIRE=prefer export TERMINAL="foot" export SAL_USE_VCLPLUGIN=gtk3 |