From 7bcc0497144b68f915633e7d3000c21dbbe146ce Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 05 Jun 2018 02:40:09 -0400 Subject: .bashrc: Run keychain --- diff --git a/.bashrc b/.bashrc index 1f9daf4..fbc9f4b 100644 --- a/.bashrc +++ b/.bashrc @@ -37,3 +37,6 @@ fi if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi + +# Should probably be split out into a module script executed by run-parts +eval "$(keychain --agents ssh --eval --quiet id_rsa)" -- cgit v0.9.1