[zsh] remove useless plugin

This commit is contained in:
odrling 2021-03-25 18:14:24 +01:00
parent 3495d90242
commit 7d02abaff2

3
.zshrc
View file

@ -23,8 +23,6 @@ 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
@ -89,4 +87,3 @@ alias ffprobe="ffprobe -hide_banner"
[ -f ~/.local_env ] && . ~/.local_env
[ -f ~/.zshrc.local ] && . ~/.zshrc.local
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh