From c324ebfd4cd9b43a77b2050c6eec4a8bbb4306c3 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Thu, 13 Oct 2016 02:56:51 +0100 Subject: [PATCH] Added red highlight to ssh-agent failure text. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 50845ba..c2af87a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -40,7 +40,7 @@ hash ssh-add ssh-agent >/dev/null 2>&1 && { echo alias ssh='ssh-add -l >/dev/null 2>&1 && unalias ssh || { ssh-add && unalias ssh; }; ssh' else - echo "Problem connecting to forwarded ssh-agent!" + echo -e '\033[1;31mProblem connecting to forwarded ssh-agent!\033[0m' echo fi else