fish/functions/tm.fish @ ab72ef75498b

Add imgcat
author Steve Losh <steve@stevelosh.com>
date Sat, 20 Feb 2016 12:42:08 +0000
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end