config swap & a couple of bugs

This commit is contained in:
2025-08-09 09:26:07 -06:00
parent 882ea6ebc1
commit 0efb33c947
24 changed files with 158 additions and 137 deletions

View File

@@ -97,7 +97,7 @@ do
scwrypts --name test --group remote --type zsh \
-- \
--name ${REMOTE_NAME} \
--command 'command -v tmux' \
--command 'source ~/.zprofile &>/dev/null; command -v tmux' \
&>>"${OMNI_LOGFILE}" \
&& export CAN_CONNECT__${REMOTE_NAME}=true \
|| export CAN_CONNECT__${REMOTE_NAME}=false \