From cfe58260e3d750a2936600f2e11833facfa9ef24 Mon Sep 17 00:00:00 2001 From: Mikko Lehto Date: Sun, 14 Oct 2018 11:27:05 +0300 Subject: [PATCH] shrc: execute bit not needed --- shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shrc b/shrc index 83b6be4..1ce75ca 100644 --- a/shrc +++ b/shrc @@ -16,7 +16,7 @@ if [ -x ~/bin/ssh-agent.sh ] then ~/bin/ssh-agent.sh > /dev/null fi -if [ -x ~/.sshrc ] +if [ -f ~/.sshrc ] then . ~/.sshrc fi