Remove git-flow-completion

This commit is contained in:
2021-04-13 21:04:00 +09:00
parent b8ba840029
commit e60c93c7de
2 changed files with 1 additions and 2 deletions

Submodule omz/plugins/git-flow-completion deleted from cba3ad7b5b

2
zshrc
View File

@@ -75,7 +75,7 @@ ZSH_CUSTOM=$HOME/.config/omz
# Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # 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 source $ZSH/oh-my-zsh.sh