diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-12-17 20:40:23 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-12-17 20:40:23 +0000 |
commit | e98cad6ec1922af77b96307069ffcd41009f7478 (patch) | |
tree | a0ce232e193748feafbd22b3cc685134d0865d89 /.bashrc | |
parent | 5586ce2a0dd78153eefab82052f2ec3b99fd9e9b (diff) |
Changed ssh-askpass to a posix sh script.
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ export GDK_BACKEND=wayland # export LANG="en_US.UTF-8" # 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='/home/justine/.local/bin/ssh-askpass.sh' export SSH_ASKPASS_REQUIRE=prefer export TERMINAL="foot" export SAL_USE_VCLPLUGIN=gtk3 |