mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
if [[ ${EUID} != 0 ]]; then
|
|
if [[ -e "${HOME}/.ssh/id_rsa" ]]; then
|
|
ssh-add </dev/null 2> /dev/null
|
|
fi
|
|
fi
|