fish/functions/tm.fish @ ea87bf0407c4

Merge
author Steve Losh <steve@stevelosh.com>
date Thu, 05 May 2022 17:33:06 -0400
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end