unixorn / zsh-quickstart-kit

A simple ZSH quickstart for using ZSH, zgenom, oh-my-zsh and a curated list of extra plugins. It is designed to be easy to customize without requiring you to maintain your own fork.
BSD 3-Clause "New" or "Revised" License
775 stars 94 forks source link

Powerlevel10k Startup Wizard opens each terminal launch #130

Open rcrdlbl opened 2 years ago

rcrdlbl commented 2 years ago

Something related to the complex of symlinks included in this startup kit causes P10K to not recognize the config file it places in the home directory on startup, leading it to open the extremely annoying startup wizard each time the terminal is opened, as well as not reading the saved config. I fixed this by placing ./p10k.zsh in my .zshrc.d but this obviously shouldn't be necessary out the box.

I'm on MacOS 11.5.2.

twnaing commented 2 years ago

I am seeing this on ArchLinux.

EDIT: IIRC, it started when I inserted

zgenom compile .zshrc
zgenom compile $ZDOTDIR

after the zgenom save line in .zsh-quickstart-local-plugins file. @unixorn

unixorn commented 2 years ago

Hm. I'm not seeing it on macOS 11 or Debian Buster. I'll poke around some more this weekend.