updates, especially for etiona
[distro-setup] / .bashrc
diff --git a/.bashrc b/.bashrc
index 840a353a108f82a0ebbb531e962151e23fb2440d..04df859f14367be83d2655d2f12e9aee32c2b820 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -9,6 +9,7 @@
 #exec 2>>/a/tmp/bashlog
 
 
+
 # History related options first, or else
 # we risk screwing up history history. And this is duplicated
 # in ~/.bash_profile just for good measure
@@ -35,6 +36,10 @@ HISTIGNORE='pass *:[ ]*:otp *:oathtool *'
 # see comments in brc2 sl() function for background.
 if [[ $SSH_CONNECTION ]] \
      && [[ $BRC != t ]];  then
+  brc() {
+    export BRC=t
+    source ~/.bashrc
+  }
   return 0
 else
 
@@ -71,5 +76,7 @@ else
     fi
   fi
 fi
+
+
 # ensure no bad programs appending to this file will have an affect
 return 0