sorin-ionescu / prezto

The configuration framework for Zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prezto unable to load theme

RahulSonanis opened this issue · comments

Description

I installed Prezto and setup theme but it is not loading. Tried searching through many resources but did not get it working.
I'm able to see all the listed themes after running command prompt -l. I can even check my current theme using prompt -c and set some theme using example prompt pure command however nothing happens the terminal remains the same.

Expected behavior

Able to load theme

Actual behavior

Theme is not loading

Steps to Reproduce

  1. Running command prompt <theme_name> does not do anything

Versions

  • Prezto commit: current
  • ZSH version: zsh 5.8.1 (x86_64-apple-darwin21.0)
  • OS information: macOS Monterey 12.6

TBH, this is almost impossible for anyone other than you to debug at least with the information given.

It all works fine on my machine.

If you can dig further and get to a point where you have something reproducible then maybe someone can help you.

This is also an issue for me; zsh 5.9 (x86_64-apple-darwin22.0) (pre-installed)
prezto installed from GitHub yesterday (commit info:
mjaffe@mjaffe2m-sjc1 .zprezto % git rev-parse HEAD
3c002f7
Zpresto issues.txt
And I've already run chsh -s /bin/zsh

Have you made sure the sub modules are loaded? If you cd to prezto's directory and run git submodule update --init it will make sure all sub modules are updated and loaded for your next shell load.

Additionally, which prompts are you trying to load? Are there any error messages popping up?

Zpresto issues.txt

@Jaff it looks like you load the prezto settings, but don't actually load the prezto init file, so no prezto features are actually loaded. It would help if you could use the official runcoms for debugging.

git submodule update --init