fish/functions/tm.fish @ 06b6e608a196

Add snap to path
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jul 2018 00:29:44 +0000
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end