We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have:
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\]\$
git clone
.config/zsh/pure
zstyle
.zshrc
fpath+=($HOME/.config/zsh/purer) autoload -U promptinit; promptinit prompt pure
The text was updated successfully, but these errors were encountered:
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)
pure
purer
Sorry, something went wrong.
No branches or pull requests
General information
I have:
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
git clone
.config/zsh/pure
zstyle
and variables,as well as my entire .zshrc besides basic purer config,
but with to no effect
My
.zshrc
:The text was updated successfully, but these errors were encountered: