config-files/.config/fish/functions/cfc.fish

4 lines
88 B
Fish

function cfc
git --git-dir=$HOME/config-files --work-tree=$HOME commit -m $argv
end