remove zplug
This commit is contained in:
parent
f1c855fb6b
commit
20bfd7ee64
1 changed files with 0 additions and 10 deletions
10
.zshrc
10
.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
|
||||
|
|
Loading…
Reference in a new issue