mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
5 lines
59 B
Fish
5 lines
59 B
Fish
function lazyg
|
|
git add .
|
|
git commit -m "$argv"
|
|
end
|