PFV Infra 2.0, here we go...

This commit is contained in:
2025-06-12 11:39:43 -05:00
parent 38f3531f06
commit 867371f736
19 changed files with 1372 additions and 0 deletions

4
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