mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 20:37:22 +00:00
Add sesh script and function
This commit is contained in:
parent
aaf67bea46
commit
f37ab7d6c0
2 changed files with 5 additions and 0 deletions
3
.config/fish/functions/sesh.fish
Normal file
3
.config/fish/functions/sesh.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function sesh -a session -d 'Create or attach to session'
|
||||
tmux new -s $session -A -D
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue