fish/functions/tm.fish @ d4ff2322e2ab

More
author Steve Losh <steve@stevelosh.com>
date Tue, 17 Aug 2021 15:20:33 -0400
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end