Add sesh script and function

This commit is contained in:
mitchell 2022-03-09 16:55:48 -05:00
parent aaf67bea46
commit f37ab7d6c0
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function sesh -a session -d 'Create or attach to session'
tmux new -s $session -A -D
end

2
scripts/sesh Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/sh
kitty fish -c "sesh $1"