diff --git a/omz/plugins/git-flow-completion b/omz/plugins/git-flow-completion deleted file mode 160000 index cba3ad7..0000000 --- a/omz/plugins/git-flow-completion +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cba3ad7b5b51af7de26bb82cb6a1011b86084cad diff --git a/zshrc b/zshrc index ab54f93..4a99680 100644 --- a/zshrc +++ b/zshrc @@ -75,7 +75,7 @@ ZSH_CUSTOM=$HOME/.config/omz # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git deno git-flow git-flow-completion) +plugins=(git deno git-flow) source $ZSH/oh-my-zsh.sh