Здравствуйте! Помогите установить плагин zplug
https://github.com/zplug/zplug. Мои действия:
1. Установил zsh
2. Cоздал файл touch .zshrc
со следующим содержимым:
source ~/.zplug/init.zsh
# Set the priority when loading
# e.g., zsh-syntax-highlighting must be loaded
# after executing compinit command and sourcing other plugins
zplug "zsh-users/zsh-syntax-highlighting", nice:10
# Install plugins if there are plugins that have not been installed
if ! zplug check --verbose; then
printf "Install? [y/N]: "
if read -q; then
echo; zplug install
fi
fi
# Then, source plugins and add commands to $PATH
zplug load --verbose
awk: /home/gefigobimo/.zplug/misc/share/cache.awk: line 17: illegal reference to local array tags
awk: /home/gefigobimo/.zplug/misc/share/cache.awk: line 19: illegal reference to local array tags
Loaded zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh after compinit
ubuntu% awk: /home/gefigobimo/.zplug/misc/share/cache.awk: line 17: illegal reference to local array tags
awk: /home/gefigobimo/.zplug/misc/share/cache.awk: line 19: illegal reference to local array tags