config-files/.config/fish/functions/cfa.fish

4 lines
82 B
Fish

function cfa
git --git-dir=$HOME/config-files --work-tree=$HOME add $argv
end