diff options
author | mail_redacted_for_web | 2022-03-19 19:54:11 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-19 19:54:11 +0100 |
commit | ccddcc8b94cb76012869468e28664b6370810a71 (patch) | |
tree | 228cb7bddd7818e364ae154b71426148bc501cda | |
parent | 53b55b4b10ef6344a882402d5dcaf11d87b78d3f (diff) | |
download | dotfiles-ccddcc8b94cb76012869468e28664b6370810a71.tar.bz2 |
+ssh-agent-launcher in bashexec
-rw-r--r-- | .bash/exec.bash | 4 |
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 |