export ZPLUG_HOME=/usr/local/opt/zplug source $ZPLUG_HOME/init.zsh autoload -U promptinit; promptinit # プロンプトを変更 prompt pure setopt auto_cd zplug 'zsh-users/zsh-autosuggestions' zplug 'zsh-users/zsh-completions' zplug 'zsh-users/zsh-syntax-highlighting' zplug "mollifier/anyframe" zplug "mollifier/cd-gitroot" # zplug "b4b4r07/enhancd", use:enhancd.sh zplug "zsh-users/zsh-history-substring-search",

