fish/functions/g.fish @ 7d16f9d89280

Fix my garbage fingers
author Steve Losh <steve@stevelosh.com>
date Tue, 29 Mar 2016 11:29:47 +0000
parents 0d6656688318
children (none)
function g -d "git" --wraps "git"
    git $argv
end