aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimen A. W. Olsen <so@bjerk.io>2020-11-21 14:06:13 +0100
committerSimen A. W. Olsen <so@bjerk.io>2020-11-21 14:06:13 +0100
commit0c70a054715596931a933d6f9ff8a86f6770860d (patch)
tree2c9f4860f534be74ad99ff315dce646047db537a
parentdecd709def67526c270e37d888693d5ef6dca990 (diff)
downloaddotfiles-0c70a054715596931a933d6f9ff8a86f6770860d.tar.gz
dotfiles-0c70a054715596931a933d6f9ff8a86f6770860d.zip
add missing config
-rwxr-xr-x.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 94cc74d..ae50f2d 100755
--- a/.bashrc
+++ b/.bashrc
@@ -35,6 +35,8 @@ if [ -z "$SSH_AUTH_SOCK" ] ; then
/usr/bin/ssh-add -K
fi
+/usr/bin/ssh-add -K
+
# TODO: Fix /dev/fd/13:type:12979: bad option: -t issue
# source kubectl bash completion
# if hash kubectl 2>/dev/null; then