Closed fennecdjay closed 7 years ago
./zpm zsh-users/zsh-syntax-highlighting ./zpm github.com/zsh-users/zsh-syntax-highlighting
cat ~/.zpm-init.zsh source /home/djay/.zpm/plugins/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh fpath+=/home/djay/.zpm/plugins/zsh-users/zsh-syntax-highlighting/ autoload -Uz compinit; compinit -iCd $HOME/.zcompdump
cat ~/.zpm/.plugin_list zsh-users/zsh-syntax-highlighting github.com/zsh-users/zsh-syntax-highlighting
while ~/.zpm-init.zsh is correct, it appears that ~/.zpm/.plugin_list incorrectly reports two entries.
see #18.
Done. Merged #18.
while ~/.zpm-init.zsh is correct, it appears that ~/.zpm/.plugin_list incorrectly reports two entries.
see #18.