1
0
Fork 0
old-dotfiles/.config/fish/functions/tm.fish

4 lines
54 B
Fish
Raw Normal View History

2023-02-18 21:12:37 +01:00
function tm
tmux -u new-session -A -s Eve $argv
end