powerlevel10k: segments not loaded/available on default setup
I started with a clean ubuntu 22.0 in WSL 2
Installed zsh via: sudo apt-get install zsh
installed omz via: sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
installed and configured fonts for windows terminal (all icon prompts when executin p10k confiugure can be answered with “yes this looks like …”)
install p10k like: git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
then updated the Theme referenced in ~/.zshrc
restartin the shell, execute p10k setup, answer all with yes and choose prompt style 'Lean'
Setup finishes, style is applied and everything seems to work. However, if I now type:
timew or azure I always get zsh: command not found: timew or zsh: command not found: azure
Any hints on what I’m missing?
About this issue
- Original URL
- State: closed
- Created 7 months ago
- Comments: 20 (9 by maintainers)
Commits related to this issue
- docs: clarify that powerlevel10k does not install new commands (#2498) — committed to romkatv/powerlevel10k by romkatv 7 months ago
I like it. I’ll add something along these lines.