diff --git a/.config/fish/functions/cfp.fish b/.config/fish/functions/cfp.fish index 85189c4..e1082c4 100644 --- a/.config/fish/functions/cfp.fish +++ b/.config/fish/functions/cfp.fish @@ -1,3 +1,3 @@ function cfp - git --git-dir=$HOME/config-files --work-tree=$HOME push + git --git-dir=$HOME/config-files --work-tree=$HOME push $argv end