git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bash/exec.bash4
1 files changed, 4 insertions, 0 deletions
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