fish/functions/tm.fish @ 3934552a572f

Merge
author Steve Losh <steve@stevelosh.com>
date Sat, 15 Jul 2023 23:07:58 -0400
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end