From e60c93c7de7ece6f356865d5cd111071a80af5e2 Mon Sep 17 00:00:00 2001 From: Jisu Kim Date: Tue, 13 Apr 2021 21:04:00 +0900 Subject: [PATCH] Remove git-flow-completion --- omz/plugins/git-flow-completion | 1 - zshrc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 160000 omz/plugins/git-flow-completion 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