From 7faee18d2fe5e2531820a90fe6289cf28c32a00c Mon Sep 17 00:00:00 2001 From: Russell Riker Date: Tue, 8 Sep 2020 17:47:51 -0400 Subject: [PATCH] added call to add ssh-agent --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 93b57c2..7f62ca9 100644 --- a/.bashrc +++ b/.bashrc @@ -136,3 +136,5 @@ echo '**************************************************'|lolcat cowsay -f tux "Welcome Dr. The system is ready to accept your commands. Have a nice day" | lolcat echo '**************************************************'|lolcat echo '' +eval $(ssh-agent -s) +