Roman Perepelitsa
Roman Perepelitsa
Original report: https://www.reddit.com/r/zsh/comments/oz0xkt/p10k_not_showing_git_tags_with_slashes/ To reproduce: ```text ❯ zsh -f % mkdir /tmp/repo % cd /tmp/repo % git init Initialized empty Git repository in /tmp/repo/.git/ % git commit --allow-empty -m first...
See #221 by @Syphdias.
Got these warnings while compiling on Alpine Linux against musl libc: ``` /tmp/gitstatus/libgit2/src/refs.c: In function 'git_reference_lookup_resolved': /tmp/gitstatus/libgit2/src/refs.c:235:4: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] strncpy(scan_name, ref->target.symbolic, sizeof(scan_name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
My apologies for a drive-by PR. Feel free to close without comments if this isn't valuable. --- `powerline_precmd` has no effect when using Powerlevel10k but still slows down prompt by...
As the optimization target I measured how long it takes to type a command one character at a time when syntax highlighting is triggered after every character. This matches the...
To reproduce: ```zsh mkdir /tmp/foo cd /tmp/foo rmdir /tmp/foo exec zsh -f source ~/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ``` Press a and zle will hang.
I cannot figure out how to make `antigen theme` work in a docker container. Here's what I've tried: ```zsh docker run -e LANG=C.UTF-8 -e TERM -it --rm debian:buster bash -uexc...
It would be nice to have an option that would turn `time` segment into realtime clock. That is, the segment would look the same as before but it would constantly...
Currently parameters such as `POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX` have no effect unless `POWERLEVEL9K_PROMPT_ON_NEWLINE` is true. It would be nice to remove this restriction. Then one could define prompts line this:  Backward compatibility...
To reproduce: ```zsh docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash -uexc ' apt update && apt install -y zsh git git clone https://github.com/bhilburn/powerlevel9k.git ~/powerlevel9k echo...