fish/functions/tm.fish @ de3fbded24a1

More
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2022 14:20:19 -0400
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end