zplug: Most Oh-my-ZSH themes not working

If I try to source OHMYZSH’s default theme with zplug "themes/robbyrussell", from:oh-my-zsh , this is what I get in my prompt: image

This happens with most themes, but not with the one mentioned in the README, duellj.

I’m using Gnome Terminal on Linux, zsh 5.1.1

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 28 (13 by maintainers)

Commits related to this issue

Most upvoted comments

@nbara I can’t reproduce this. It seems to be working fine.

source ~/.zplug/init.zsh

autoload colors && colors
setopt prompt_subst

# zplug 'robbyrussell/oh-my-zsh', use:'lib/*'
zplug 'plugins/git', from:oh-my-zsh, nice:10
zplug 'themes/sorin', from:oh-my-zsh, nice:11

zplug check || zplug install

zplug load --verbose

@NigoroJr Updated zplug and not it works fine thanks!