fish/functions/g.fish @ e7642253ffde

More shit
author Steve Losh <steve@stevelosh.com>
date Sat, 05 Dec 2015 22:46:56 +0000
parents 0d6656688318
children (none)
function g -d "git" --wraps "git"
    git $argv
end