mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-25 00:17:17 +00:00
small fixes
This commit is contained in:
parent
5e9acc0213
commit
568dbbfd8d
@ -1,5 +1,5 @@
|
|||||||
if [[ ${EUID} != 0 ]]; then
|
if [[ ${EUID} != 0 ]]; then
|
||||||
if [[ -e "${HOME}/.ssh/id_rsa" ]]; then
|
if [[ -e "${HOME}/.ssh/id_rsa" ]]; then
|
||||||
ssh-add </dev/null
|
ssh-add </dev/null 2> /dev/null
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user