get id_rsa pass from manager
This commit is contained in:
parent
13f49664cd
commit
6622f7300d
@ -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
|
||||||
|
2
dot_local/bin/private_executable_get_id_rsa_pass
Normal file
2
dot_local/bin/private_executable_get_id_rsa_pass
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
rbw unlock && rbw get id_rsa
|
Loading…
Reference in New Issue
Block a user