fish/functions/tm.fish @ 7c341a980eda

Merge
author Steve Losh <steve@stevelosh.com>
date Sun, 30 Aug 2020 17:27:45 -0400
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end