remove zplug

This commit is contained in:
Rikuoh Tsujitani 2023-11-28 07:12:07 +09:00
parent f1c855fb6b
commit 20bfd7ee64
Signed by: riq0h
GPG key ID: 010F09DEA298C717

10
.zshrc
View file

@ -3,16 +3,6 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# zplug
source /usr/share/zsh/scripts/zplug/init.zsh
zplug "sorin-ionescu/prezto"
if ! zplug check; then
zplug install
fi
zplug load
# fzf.zshの読み込み
[ -f /usr/share/fzf/key-bindings.zsh ] && source /usr/share/fzf/key-bindings.zsh
[ -f /usr/share/fzf/completion.zsh ] && source /usr/share/fzf/completion.zsh