git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 4c7835d..c1fee85 100644
--- a/.bashrc
+++ b/.bashrc
@@ -41,3 +41,5 @@ for i in vars aliases exec prompt postexec;do
else true
fi
done
+# shellcheck disable=SC1090
+[ -e "${HOME}/.ssh/sshenv" ] && source "${HOME}/.ssh/sshenv"||true