fish/functions/tm.fish @ 71b4b4adee33

More remote bins
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Feb 2020 09:23:46 -0500
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end