diff --git a/dot_config/environment b/dot_config/environment index 8e286cf..fd60a64 100644 --- a/dot_config/environment +++ b/dot_config/environment @@ -7,6 +7,10 @@ export EDITOR=nvim export SUDO_EDITOR=nvim +# ssh +export SSH_ASKPASS=get_id_rsa_pass +export SSH_ASKPASS_REQUIRE=force + # wayland export MOZ_ENABLE_WAYLAND=1 export QT_QPA_PLATFORM=wayland