fish/functions/tm.fish @ 45d837d285e2

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