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

4 lines
125 B
Fish

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