fish/functions/tm.fish @ a5375d2875ae

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