We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
work_in_progress
git
1 parent 4de4b1f commit 8c773d6Copy full SHA for 8c773d6
zsh/custom/functions.zsh
@@ -1,3 +1,8 @@
1
for function ("${ZSH_CUSTOM}/functions/"*.zsh); do
2
source "${function}"
3
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