geometry-zsh / geometry

geometry is a minimal, fully customizable and composable zsh prompt theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zplug-installed, not showing right prompt

alittlebitweird opened this issue · comments

Trying out the zplug-method, and my right-side git prompt is not displaying. I'm definitely in a repo. Any ideas?

Here is the relevant part of my .zshrc:

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Theme Options
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GEOMETRY_COLOR_DIR="8"
  PROMPT_GEOMETRY_EXEC_TIME=true
  COMPLETION_WAITING_DOTS="true"
  PROMPT_GEOMETRY_GIT_CONFLICTS="true"
  PROMPT_GEOMETRY_RPROMPT_ASYNC="true"

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Plugins
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  source ~/.zplug/init.zsh

  zplug "geometry-zsh/geometry"
  zplug "plugins/git", from:oh-my-zsh
  zplug "plugins/ruby", from:oh-my-zsh
  zplug "plugins/history", from:oh-my-zsh
  zplug "plugins/history-substring-search", from:oh-my-zsh
  zplug "plugins/terminallap", from:oh-my-zsh
  zplug "plugins/brew", from:oh-my-zsh
  zplug "plugins/zsh-syntax-highlighting", from:oh-my-zsh
  zplug "plugins/heroku", from:oh-my-zsh
  zplug "plugins/tmux", from:oh-my-zsh

  if ! zplug check --verbose; then
    printf "Install? [y/N]: "
    if read -q; then
        echo; zplug install
    fi
  fi
  zplug load --verbose

Can you test that it is still broken with no other plugins loaded?

Feel free to reopen if its still an issue on the latest mnml branch, but I cannot reproduce