-
Hi. I've just installed powerlevel9k and configured it, but I encountered problems.
As the title says I have small gaps that appear **before** each separator.
Zoom in the picture and you'll see what…
-
It would be great to have possibility to customize `kubcontext` behavior with on/off switch.
It would require changes around https://github.com/bhilburn/powerlevel9k/blob/master/powerlevel9k.zsh-the…
-
#### Describe Your Issue
When using the prompt-part 'public_ip' the first display is ok (it will refresh the IP and cache in /tmp/p9k_public_ip). The second time the theme will `stat -f "%m" /tmp/p…
rmpel updated
5 years ago
-
This is on master.
1. Install zsh 5.2.
2. Set `POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD=true` and source p9k. Don't set any other p9k options.
3. `cd` into `powerlevel9k`.
Expected:
![expected]…
-
Hi,
I tried these statements
```
# Version control system colors.
typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND="#0078A0"
typeset -g POWERLEVEL9K_VCS_CLEAN_FOREGROUND="#FFFFFF"
typeset …
-
I know of `prompt_powerlevel9k_teardown` in `next` branch, however master doesn't have this function. Also I'm not sure if the teardown is the right way to do this.
What I'm trying to achieve:
I h…
-
It seems to zombie pc.. what happen to it suddenly?
[ERROR]: gitstatus failed to initialize.
Your Git prompt may disappear or become slow.
Zsh log (/private/var/folders/jv/4s7zskw96j37xt…
BTSQL updated
6 months ago
-
Add `FOO_BOLD` option (defaults to `false`, can be set to `true`) for every `FOO` for which there is currently `FOO_FOREGROUND` or `FOO_COLOR`.
For example, `POWERLEVEL9K_TIME_BOLD=true` to make `t…
-
I have the following config:
```
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(background_jobs rbenv nvm time)
POWERLEVEL9K_TIME_FORMAT="%D{%H:%M}"
```
and it works just great except for the weird little "…
-
**Describe the bug**
zsh crashes when completing `ffmpeg -i` with p10k as the theme
The code that causes the bug:
https://github.com/Aloxaf/fzf-tab/blob/78b4cefb27dc2bef5e4c9ac3bf2bd28413620fcd…