mirror of https://github.com/mitchell/dotfiles.git
Add sesh script and function
This commit is contained in:
parent
aaf67bea46
commit
f37ab7d6c0
|
@ -0,0 +1,3 @@
|
|||
function sesh -a session -d 'Create or attach to session'
|
||||
tmux new -s $session -A -D
|
||||
end
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
kitty fish -c "sesh $1"
|
Loading…
Reference in New Issue