fish/functions/tm.fish @ b459210557b9

More
author Steve Losh <steve@stevelosh.com>
date Tue, 05 Apr 2022 10:54:24 -0400
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end