diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-04-03 21:44:51 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-04-03 21:44:51 +0100 |
commit | c69ca0117ddeac2dfc3c52fb980bb5c1ece4d672 (patch) | |
tree | 7ceec181ae1f060cb8be00bddf840513b92cfeca | |
parent | 666a1da9ec220b06ab819281ccb11fa066cabd73 (diff) |
Switched to wayprompt-ssh-askpass
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ export GDK_BACKEND=wayland export XKB_DEFAULT_LAYOUT=us #export LANG="en_US.UTF-8" #export LC_ALL="en_US.UTF-8" -export SSH_ASKPASS=~/.local/bin/ssh-askpass +export SSH_ASKPASS=~/.local/bin/wayprompt-ssh-askpass export TERMINAL="foot" export SAL_USE_VCLPLUGIN=gtk3 |