purer icon indicating copy to clipboard operation
purer copied to clipboard

Purer prompt doesn't load properly

Open kosma-hyzoe opened this issue 3 years ago • 1 comments

General information

  • Purer version: 1.6.1
  • ZSH version: 5.8.1
  • Terminal program & version: GNOME Terminal
  • Operating system: POP OS! 22.04
  • ZSH framework: None

I have:

  • [x] Tested with another terminal program and can reproduce the issue:
  • [ ] (not relevant) Followed the Integration instructions for my framework

Problem description

Pure works well, but on purer instead of a properly formatted prompt, I get:

\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$

Reproduction steps

  1. downloaded purer via git clone
  2. placed it in .config/zsh/pure
  3. used the .zshrc settings below
  4. tried commenting out my previous pure zstyle and variables, as well as my entire .zshrc besides basic purer config, but with to no effect

My .zshrc:

fpath+=($HOME/.config/zsh/purer)
autoload -U promptinit; promptinit
prompt pure

kosma-hyzoe avatar Feb 07 '23 06:02 kosma-hyzoe

changed pure to purer in two places - just a typo here, I definitely had purer in my initial .zshrc (changed back to pure for now)

kosma-hyzoe avatar Feb 07 '23 06:02 kosma-hyzoe