refactor for (pre fetch apply switchover) 1.0 release

This commit is contained in:
2025-06-25 07:14:31 -05:00
parent 82c93f4190
commit f4cfe89fa1
28 changed files with 2 additions and 330 deletions

4
legacy/profiled-tmux.sh Normal file
View File

@ -0,0 +1,4 @@
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
tmux a -t default || exec tmux new -s default && exit;
fi