fish/functions/tm.fish @ eb8dc72799c8

More
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Mar 2023 16:11:15 -0400
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end