get id_rsa pass from manager

This commit is contained in:
Joel Beckmeyer 2024-11-02 01:37:09 +00:00
parent 13f49664cd
commit 4be4f613f1

View File

@ -7,6 +7,10 @@
export EDITOR=nvim export EDITOR=nvim
export SUDO_EDITOR=nvim export SUDO_EDITOR=nvim
# ssh
export SSH_ASKPASS=get_id_rsa_pass
export SSH_ASKPASS_REQUIRE=force
# wayland # wayland
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORM=wayland