From 568dbbfd8d2bb29022ea13bc2bae88b31a70e6c2 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sat, 16 May 2015 01:26:23 +0300 Subject: [PATCH] small fixes --- zsh/ssh-agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/ssh-agent b/zsh/ssh-agent index 9f6cf69..c7804a1 100644 --- a/zsh/ssh-agent +++ b/zsh/ssh-agent @@ -1,5 +1,5 @@ if [[ ${EUID} != 0 ]]; then if [[ -e "${HOME}/.ssh/id_rsa" ]]; then - ssh-add /dev/null fi fi