fish/functions/tm.fish @ 4049cfd97ffb

Merge.
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Jul 2018 15:49:20 +0000
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end