fish/functions/tm.fish @ c49f8198d9f3

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