Skip to content
New issue

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

pure theme not in list of available themes #691

Open
1 of 2 tasks
dasShounak opened this issue Jan 12, 2025 · 4 comments
Open
1 of 2 tasks

pure theme not in list of available themes #691

dasShounak opened this issue Jan 12, 2025 · 4 comments

Comments

@dasShounak
Copy link

General information

System report (output of prompt_pure_system_report):

Other information

I have:

  • Tested with another terminal program and can reproduce the issue:
  • Followed the integration instructions for my framework

Problem description

I have added the two lines in my .zshrc, but when I start the terminal, I get:
image

Reproduction steps

  1. Install pure with npm
  2. Add the config lines in .zshrc
  3. Source or restart shell.

My .zshrc:

autoload -U promptinit; promptinit
prompt pure

Additional info

OS: Ubuntu 24.04 LTS
Shell: ZSH

List of themes available:
image

So I think the pure theme isn't included.

@JohEngstrom
Copy link

I'm getting the same issue.

@denis-g
Copy link

denis-g commented Feb 9, 2025

It is the same issue on macOS + brew.sh
This works for me:

export PATH=/opt/homebrew/bin:$PATH
fpath+=("$(brew --prefix)/share/zsh/site-functions")

autoload -U promptinit
promptinit

prompt pure

@cclvi256
Copy link

I'm having the same issue.
OS: Debian trixie (testing)

@mafredri
Copy link
Collaborator

As @denis-g mentions, modifying fpath is the answer. If you missed the output during installation the first time, please try to uninstall and reinstall Pure via NPM. It should output instructions if they are required.

If you still experience the issue after this, please attach the output from the NPM installation (when Pure has not previously been installed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants