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

4 lines
77 B
Fish
Raw Normal View History

2023-02-18 13:04:55 -05:00
function cfp
git --git-dir=$HOME/config-files --work-tree=$HOME push
end