fish/functions/tm.fish @ c5f79f4ca83c

Merge
author Steve Losh <steve@stevelosh.com>
date Sat, 12 Dec 2020 17:44:09 -0500
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end