theniceboy/fish/functions/gc.fish
David Chen 354d23f3f8 fixes
2019-09-13 09:14:01 +08:00

4 lines
143 B
Fish

# Defined in - @ line 1
function gc --description 'alias gc git config credential.helper store'
git config credential.helper store $argv;
end