add reminder plugin for OhMyZsh

This commit is contained in:
Morgan Wattiez
2019-03-01 10:53:42 +01:00
parent a9e388f367
commit 6a889a1f76
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ ZSH_THEME="powerlevel9k/powerlevel9k"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
plugins=(reminder git)
source $ZSH/oh-my-zsh.sh