Move copy targets into directory; add tmux sessionizer

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

View File

@@ -0,0 +1,10 @@
#!/bin/zsh
if [[ "$(pwd)" == $HOME || "$(pwd)" == $HOMEBOX ]]; then
clear
return
fi
tmux new-window -dn scratch
vim .
clear