desyncr / zpm-zsh

Main repository: https://github.com/zpm-project/zpm-zsh
GNU General Public License v3.0
2 stars 4 forks source link

double entry for github/host #20

Closed fennecdjay closed 7 years ago

fennecdjay commented 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.

desyncr commented 7 years ago

Done. Merged #18.