alien-minimal: rprompt do not appear

  • I’m submitting a …

    • bug report
    • feature request
    • support request
  • Do you want to request a feature or report a bug? bug

  • What is the current behavior? right prompt is never show on a specific machine

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem Use my dotfiles https://gitlab.com/gnumoksha/dotfiles

  • What is the expected behavior? alien-minimal show a right prompt

  • What is the motivation / use case for changing the behavior? none

  • Please tell us about your environment:

  • Plugin Manager: [antigen | zplug | oh-my-zsh | … ] none
  • ZSH Version: zsh 5.7.1 (x86_64-debian-linux-gnu)
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, etc)

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 1
  • Comments: 20 (10 by maintainers)

Commits related to this issue

Most upvoted comments

Steps

$ git clone https://github.com/eendroroy/alien-minimal.git /tmp/alien-minimal
$ cd /tmp/alien-minimal
$ git log -1
commit fcaf3c67025b5c4e0992a8311d4534a443906b70 (HEAD -> master, tag: 1.4.4, origin/master, origin/HEAD)
Author: indrajit <eendroroy@gmail.com>
Date:   2019-09-03 21:20:39 +0600

    update readme
$ git submodule update --init --recursive
$ echo 'source /tmp/alien-minimal/alien-minimal.zsh' > ~/.zshrc

Results

After close the shell, opening a new one and cd /tmp/alien-minimal:

if you are not using any plugin manager. you can follow below steps:

cd ~
git clone https://github.com/eendroroy/alien-minimal.git
cd alien-minimal
git submodule update --init --recursive

Then set source ~/alien-minimal/alien-minimal.zsh in the ~/.zshrc file.

Did you try it? @gnumoksha

Yes, and it didn’t work. I’ve used a minimal .zshrc containing only source ~/alien-minimal/alien-minimal.zsh and the rprompt is still empty. Also, all my environment vars are printed on each prompt rendered.

My .zshrc is located here https://gitlab.com/gnumoksha/dotfiles/tree/master/cli/home/config/zsh but alien-minimal does work on one machine with this exact configuration. The problem is with another machine only. How can I debug?