mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
Add ssh agent to bashrc
This commit is contained in:
2
.bashrc
2
.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 ~/.config/exercism/exercism_completion.bash ]] || source ~/.config/exercism/exercism_completion.bash
|
||||||
[[ ! -f "$HOME/.cargo/env" ]] || source "$HOME/.cargo/env"
|
[[ ! -f "$HOME/.cargo/env" ]] || source "$HOME/.cargo/env"
|
||||||
export QT_PLUGIN_PATH=~/.local/lib/qt/plugins/:
|
export QT_PLUGIN_PATH=~/.local/lib/qt/plugins/:
|
||||||
|
|
||||||
|
eval "$(ssh-agent -s)"
|
||||||
|
|||||||
Reference in New Issue
Block a user