Skip to content

Commit 8c773d6

Browse files
committed
fix: remove undesired work_in_progress function from the git plugin
1 parent 4de4b1f commit 8c773d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zsh/custom/functions.zsh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
for function ("${ZSH_CUSTOM}/functions/"*.zsh); do
22
source "${function}"
33
done
4+
5+
# The `work_in_progress` function is from the `git` plugin. This function is
6+
# conflicting with the zsh-autosuggestions for navigating to Git worktrees,
7+
# making naviation to worktrees slightly annoying.
8+
unfunction work_in_progress # From the git plugin

0 commit comments

Comments
 (0)