fish/functions/tm.fish @ 0370a4bc53be

Merge
author Steve Losh <steve@stevelosh.com>
date Mon, 29 Mar 2021 20:30:15 -0400
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end