diff --git a/functions/__fisher_path_update.fish b/functions/__fisher_path_update.fish index aa0de9d..f7a0e24 100644 --- a/functions/__fisher_path_update.fish +++ b/functions/__fisher_path_update.fish @@ -5,7 +5,7 @@ function __fisher_path_update -a path git rebase --abort git fetch --quiet origin master git reset --quiet --hard FETCH_HEAD - git clean --quiet -d --force + git clean --quiet -dx --force end ^ /dev/null popd