fish/functions/tm.fish @ a025b0d30da4

Merge
author Steve Losh <steve@stevelosh.com>
date Thu, 05 Nov 2020 10:33:07 -0500
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end