From 7d94dbbcd38edb235e94035987184fb14985fc94 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 05 Jun 2018 15:45:56 -0400 Subject: .bashrc: Remove keychain cmd, run-parts instead --- diff --git a/.bashrc b/.bashrc index fbc9f4b..444e16a 100644 --- a/.bashrc +++ b/.bashrc @@ -38,5 +38,4 @@ 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)" +run-parts ~/.bashrc.d -- cgit v0.9.1