Set up askpass

This commit is contained in:
Jake Howard 2023-07-31 21:19:16 +01:00
parent fbf2b4598f
commit d3a1f24e0a
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ export LANG=en_GB.UTF-8
export ARCHFLAGS="-arch x86_64"
export MOZ_USE_XINPUT2=1
export SSH_ASKPASS=ksshaskpass
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
ssh-agent > "$XDG_RUNTIME_DIR/ssh-agent.env"
fi