From 6c061f3a10f72d6a83713cfbb153b18e5c84da9c Mon Sep 17 00:00:00 2001 From: Pratik Kumar Tripathy Date: Tue, 8 Feb 2022 20:08:20 +0530 Subject: [PATCH] Add ssh agent to bashrc --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 5085f1e..313e9cf 100755 --- a/.bashrc +++ b/.bashrc @@ -210,3 +210,5 @@ command -v kubectl && source <(kubectl completion bash) [[ ! -f ~/.config/exercism/exercism_completion.bash ]] || source ~/.config/exercism/exercism_completion.bash [[ ! -f "$HOME/.cargo/env" ]] || source "$HOME/.cargo/env" export QT_PLUGIN_PATH=~/.local/lib/qt/plugins/: + +eval "$(ssh-agent -s)"