Finish initial setup of tmux-sessionizer

This commit is contained in:
david
2025-04-04 16:55:39 -05:00
parent f777f7632b
commit ac18569866
10 changed files with 67 additions and 66 deletions

View File

@ -0,0 +1,14 @@
#!/bin/zsh
local omitted_dirs=(
$HOME
$HOMEBOX
$DEVDIR
)
[[ ! ${omitted_dirs[(re)$(pwd)]} ]] &&
tmux new-window -d -n cmd &&
tmux rename-window $EDITOR &&
$EDITOR .
clear