Revert "[zsh] remove useless plugin"

This reverts commit 7d02abaff2.
This commit is contained in:
odrling 2021-03-26 13:01:24 +01:00
parent 7d02abaff2
commit c46cf21865

3
.zshrc
View file

@ -23,6 +23,8 @@ for i in ~/.zsh/*/*.plugin.zsh; do
done
source ~/.zsh/omz/oh-my-zsh/lib/spectrum.zsh
source ~/.zsh/omz/oh-my-zsh/plugins/history-substring-search/history-substring-search.zsh
source ~/.zsh/command-not-found
source ~/.vim/fzf/shell/completion.zsh
@ -87,3 +89,4 @@ alias ffprobe="ffprobe -hide_banner"
[ -f ~/.local_env ] && . ~/.local_env
[ -f ~/.zshrc.local ] && . ~/.zshrc.local
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh