From ccddcc8b94cb76012869468e28664b6370810a71 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 19 Mar 2022 19:54:11 +0100 Subject: +ssh-agent-launcher in bashexec --- .bash/exec.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bash/exec.bash b/.bash/exec.bash index cabf2d8..2435542 100644 --- a/.bash/exec.bash +++ b/.bash/exec.bash @@ -5,6 +5,10 @@ shopt -s checkwinsize set bell-style visible +# start ssh agent. this script will not try to run a new instance +# (unless we specified -f, which we don't). +"$HOME/ssh-agent-launcher" -q + # because on some hosts the login path is fucked, unset in .local # if it causes irritation: cd ~ || cd || exit 151 -- cgit v1.2.3