Add ssh agent to bashrc

This commit is contained in:
Pratik Kumar Tripathy
2022-02-08 20:08:20 +05:30
parent 62885ff213
commit 6c061f3a10

View File

@@ -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)"