From 3295f6f98e2a91d71d412aeb9a4f79db5e2dce97 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 4 Sep 2021 15:50:56 -0400 Subject: [PATCH] minor improvement --- brc | 2 ++ mail-setup | 2 ++ 2 files changed, 4 insertions(+) diff --git a/brc b/brc index 595699a..9ecd5e3 100644 --- a/brc +++ b/brc @@ -118,6 +118,8 @@ if [[ $LC_INSIDE_EMACS ]]; then fi +export SSH_CONFIG_FILE_OVERRIDE=/root/.ssh/confighome + # emacs has a different default search path than the info command. This # adds the info defaults to emacs, but not the reverse, because I dun # care much about the cli. The search path is only on the cli if you run diff --git a/mail-setup b/mail-setup index 60eea8b..3e6c05a 100755 --- a/mail-setup +++ b/mail-setup @@ -129,6 +129,8 @@ fi [[ $EUID == 0 ]] || exec sudo -E "${BASH_SOURCE[0]}" "$@" +export SSH_CONFIG_FILE_OVERRIDE=/root/.ssh/confighome + u=$(id -nu 1000) -- 2.30.2