purer
purer copied to clipboard
Purer prompt doesn't load properly
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
- downloaded purer via
git clone - placed it in
.config/zsh/pure - used the .zshrc settings below
- tried commenting out my previous pure
zstyleand 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
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)