From 98cab1dbc89409c939a70b2e5df204987286fba7 Mon Sep 17 00:00:00 2001 From: Mikko Lehto Date: Sat, 22 Sep 2018 20:26:21 +0300 Subject: [PATCH] shrc: include ~/.sshrc --- shrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shrc b/shrc index f30764f..405102c 100644 --- a/shrc +++ b/shrc @@ -8,5 +8,6 @@ alias mv='mv -i' alias rm='rm -i' alias vi='vim' -. ~/.ssh-agent.sh > /dev/null +#. ~/.ssh-agent.sh > /dev/null # -> .sshrc +. .sshrc