From 20bfd7ee64216e2b5d9df17218fa9f43ec5080dd Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Tue, 28 Nov 2023 07:12:07 +0900 Subject: [PATCH] remove zplug --- .zshrc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.zshrc b/.zshrc index 1b31be4..224aab5 100644 --- a/.zshrc +++ b/.zshrc @@ -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