1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-01-19 03:06:45 +00:00
dotfiles/.config/fish/functions/gad.fish

4 lines
33 B
Fish

function gad
git add $argv
end