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