Skip to content

Commit

Permalink
fix: remove undesired work_in_progress function from the git plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Sep 25, 2024
1 parent 4de4b1f commit 8c773d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zsh/custom/functions.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
for function ("${ZSH_CUSTOM}/functions/"*.zsh); do
source "${function}"
done

# The `work_in_progress` function is from the `git` plugin. This function is
# conflicting with the zsh-autosuggestions for navigating to Git worktrees,
# making naviation to worktrees slightly annoying.
unfunction work_in_progress # From the git plugin

0 comments on commit 8c773d6

Please sign in to comment.