Move copy targets into directory; add tmux sessionizer

This commit is contained in:
2025-01-15 00:44:24 -06:00
parent 7895820b33
commit 2789694833
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