fish/functions/g.fish @ 1d918d0a3026

More
author Steve Losh <steve@stevelosh.com>
date Wed, 08 May 2019 18:15:34 -0400
parents 0d6656688318
children (none)
function g -d "git" --wraps "git"
    git $argv
end