minor improvement
authorIan Kelling <ian@iankelling.org>
Sat, 4 Sep 2021 19:50:56 +0000 (15:50 -0400)
committerIan Kelling <ian@iankelling.org>
Sat, 4 Sep 2021 19:50:56 +0000 (15:50 -0400)
brc
mail-setup

diff --git a/brc b/brc
index 595699a90fad3bd3795f529b93684f75503219b8..9ecd5e32713acb57ec07bac1c28bab06e0b7401f 100644 (file)
--- 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
index 60eea8b06084965b7ed9b75a74c7759ff3550230..3e6c05aece0a4cb1f1a1bf638e7e52ab0a0db102 100755 (executable)
@@ -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)