Set up askpass
This commit is contained in:
parent
fbf2b4598f
commit
d3a1f24e0a
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ export LANG=en_GB.UTF-8
|
||||||
export ARCHFLAGS="-arch x86_64"
|
export ARCHFLAGS="-arch x86_64"
|
||||||
export MOZ_USE_XINPUT2=1
|
export MOZ_USE_XINPUT2=1
|
||||||
|
|
||||||
|
export SSH_ASKPASS=ksshaskpass
|
||||||
|
|
||||||
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
|
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
|
||||||
ssh-agent > "$XDG_RUNTIME_DIR/ssh-agent.env"
|
ssh-agent > "$XDG_RUNTIME_DIR/ssh-agent.env"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue