config-files/.config/fish/functions/cfp.fish

4 lines
83 B
Fish

function cfp
git --git-dir=$HOME/config-files --work-tree=$HOME push $argv
end