fish/functions/gg.fish @ 328a3cd17f13

shit
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jun 2014 09:30:20 -0400
parents 8a78e472f3ea
children (none)
function gg -d "git g"
    git g $argv
end