fish/functions/tm.fish @ dba4cc78e1c3

Merge
author Steve Losh <steve@stevelosh.com>
date Thu, 31 Aug 2023 16:04:02 -0400
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end