tmux: Initial config

This commit is contained in:
2026-07-04 13:50:00 -04:00
parent fb9c2fc6a5
commit 5ca464c2ac
5 changed files with 116 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
function tmx --description 'Attach to a tmux session, creating it if needed'
tmux new-session -A -s $argv[1]
end