updates, especially for etiona
[distro-setup] / .bashrc
diff --git a/.bashrc b/.bashrc
index d374dd4e522a7f7d34a88ee28c6e90e37e7d9509..04df859f14367be83d2655d2f12e9aee32c2b820 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -36,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