fish/functions/g.fish @ ab72ef75498b

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