fish/functions/tm.fish @ abb473227306

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