fish/functions/tm.fish @ 52daeac2d624

New laptop
author Steve Losh <steve@stevelosh.com>
date Wed, 21 Oct 2020 23:33:40 -0400
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end