fish/functions/g.fish @ 73adae8ca49d

Add vim/bundle/_wat to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Fri, 23 Jun 2017 13:41:39 +0000
parents 0d6656688318
children (none)
function g -d "git" --wraps "git"
    git $argv
end