diff --git a/zsh/custom/functions.zsh b/zsh/custom/functions.zsh index 23156ed..9be23e9 100644 --- a/zsh/custom/functions.zsh +++ b/zsh/custom/functions.zsh @@ -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