git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-19 19:54:11 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-19 19:54:11 +0100
commitccddcc8b94cb76012869468e28664b6370810a71 (patch)
tree228cb7bddd7818e364ae154b71426148bc501cda
parent53b55b4b10ef6344a882402d5dcaf11d87b78d3f (diff)
downloaddotfiles-ccddcc8b94cb76012869468e28664b6370810a71.tar.bz2
+ssh-agent-launcher in bashexec
-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