From e26b71b91218ea27d63d85006988a51bff506321 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Fri, 28 May 2021 20:54:51 +0200 Subject: [PATCH] source the env vars we need in bA shell function --- modules/rhizo_base/templates/rccn-functions.sh.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rhizo_base/templates/rccn-functions.sh.erb b/modules/rhizo_base/templates/rccn-functions.sh.erb index f99cc56..5833ae8 100644 --- a/modules/rhizo_base/templates/rccn-functions.sh.erb +++ b/modules/rhizo_base/templates/rccn-functions.sh.erb @@ -99,6 +99,7 @@ b<%= index %>() { <% end -%> bA() { + source /home/rhizomatica/bin/vars.sh tmux start-server tmux new -s bts -d -n BTS0 "source /etc/profile.d/rccn-functions.sh ; b0" # This won't look great for more than 4 windows, but