dotfiles/.config/fish/functions/g.fish

5 lines
72 B
Fish
Executable File

# Defined in /tmp/fish.NlxV5h/g.fish @ line 1
function g
git $argv
end