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

4 lines
125 B
Fish
Raw Permalink Normal View History

function cfp --description "git push for config-files"
2023-06-13 13:38:45 -04:00
git --git-dir=$HOME/config-files --work-tree=$HOME push $argv
2023-02-18 13:04:55 -05:00
end