fish/functions/tm.fish @ d7650a70ef26

Merge
author Steve Losh <steve@stevelosh.com>
date Tue, 01 Feb 2022 10:52:56 -0500
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end