fish/functions/tm.fish @ b0b362f528d5

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