| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ignore COLUMNS in _p9k_prompt_length | romkatv | 2019-06-09 | 1 | -0/+1 |
* | don't display right prompt if it would overflow to the next line | romkatv | 2019-06-09 | 1 | -4/+5 |
* | minor cleanup | romkatv | 2019-06-09 | 1 | -3/+1 |
* | manually collapse ' \b?' into '?' | romkatv | 2019-06-09 | 1 | -0/+3 |
* | attempt to fix a weird todo corner case. unlikely to help | romkatv | 2019-06-09 | 1 | -2/+2 |
* | pull upstream changes from gitstatus | romkatv | 2019-06-07 | 1 | -1/+1 |
* | pull upstream changes from gitstatus | romkatv | 2019-06-07 | 2 | -1/+3 |
* | stop padding colors with leading zeros; it makes no difference | romkatv | 2019-06-06 | 1 | -1/+1 |
* | add POWERLEVEL9K_DIR_MAX_LENGTH | romkatv | 2019-06-06 | 1 | -5/+25 |
* | pull upstream changes from gitstatus | romkatv | 2019-06-06 | 1 | -1/+2 |
* | don't read /proc/loadavg if it's unreadable | romkatv | 2019-06-06 | 1 | -0/+1 |
* | pull upstream changes from gitstatus | romkatv | 2019-06-06 | 2 | -1/+1 |
* | pull upstream changes from gitstatus | romkatv | 2019-06-06 | 1 | -2/+3 |
* | add caching to prompt_dir | romkatv | 2019-06-05 | 1 | -38/+43 |
* | work around %b bugs in ZSH 5.2 | romkatv | 2019-06-05 | 1 | -26/+32 |
* | pull upstream changes from gitstatus | romkatv | 2019-06-05 | 2 | -0/+4 |
* | swap ahead and behind in git prompt; more logical | romkatv | 2019-06-04 | 1 | -5/+5 |
* | add POWERLEVEL9K_VCS_COMMITS_{AHEAD,BEHIND}_MAX_NUM | romkatv | 2019-06-04 | 1 | -2/+12 |
* | more useful default for POWERLEVEL9K_SHORTEN_FOLDER_MARKER | romkatv | 2019-06-02 | 1 | -11/+9 |
* | add '.terraform' to POWERLEVEL9K_SHORTEN_FOLDER_MARKER | Roman Perepelitsa | 2019-06-02 | 1 | -1/+1 |
* | move source guard to the outer script | romkatv | 2019-06-01 | 2 | -33/+38 |
* | add the screencast so that it does not get lost | romkatv | 2019-06-01 | 1 | -0/+573 |
* | docs | romkatv | 2019-06-01 | 1 | -4/+3 |
* | docs | romkatv | 2019-06-01 | 1 | -2/+11 |
* | more paranoid quotes | romkatv | 2019-06-01 | 1 | -2/+2 |
* | defend against aliases, especially global ones | romkatv | 2019-06-01 | 2 | -2658/+2658 |
* | quote to avoid clashes with global aliases | romkatv | 2019-06-01 | 1 | -4/+4 |
* | typo when launching gitstatusd | romkatv | 2019-06-01 | 1 | -5/+5 |
* | docs: typo in hyperlinks | romkatv | 2019-06-01 | 1 | -1/+1 |
* | docs: typo in hyperlinks | romkatv | 2019-06-01 | 1 | -2/+2 |
* | docs: add asciinema comparing p9k and p10k perf; shorten some sections | romkatv | 2019-06-01 | 1 | -87/+61 |
* | quote prompt content with (qqq) instead of (q); the latter breaks on double q... | romkatv | 2019-06-01 | 1 | -2/+2 |
* | add POWERLEVEL9K_JAVA_VERSION_FULL | romkatv | 2019-06-01 | 1 | -2/+26 |
* | Merge branch 'master' of github.com:romkatv/powerlevel10k | romkatv | 2019-06-01 | 1 | -10/+26 |
|\ |
|
| * | partially roll back 4def4452 and work around bugs in some terminals that draw... | romkatv | 2019-05-31 | 1 | -10/+26 |
* | | add POWERLEVEL9K_KUBECONTEXT_CLASSES | romkatv | 2019-06-01 | 1 | -2/+42 |
* | | add POWERLEVEL9K_KUBECONTEXT_SHOW_DEFAULT_NAMESPACE option | romkatv | 2019-06-01 | 1 | -1/+4 |
* | | speed up truncate_with_package_name | romkatv | 2019-06-01 | 1 | -3/+9 |
|/ |
|
* | simplify line-wrapping logic | romkatv | 2019-05-30 | 1 | -23/+3 |
* | correctly handle zsh 5.4.2 whose ZSH_PATCHLEVEL does not start with "zsh" | romkatv | 2019-05-30 | 1 | -3/+1 |
* | minor doc cleanup | romkatv | 2019-05-30 | 1 | -5/+1 |
* | simplify prezto installation instructions now that p10k is bundled | romkatv | 2019-05-30 | 1 | -5/+0 |
* | POWERLEVEL9K_VCS_MAX_NUM_STAGED => POWERLEVEL9K_VCS_STAGED_MAX_NUM (with temp... | romkatv | 2019-05-29 | 1 | -11/+11 |
* | don't invoke custom prompt command if it doesn't resolve | romkatv | 2019-05-29 | 1 | -8/+5 |
* | add missing "return 0" | romkatv | 2019-05-29 | 1 | -1/+2 |
* | add a workaround for an off-by-one bug in ZSH that triggers when PROMPT overf... | romkatv | 2019-05-29 | 1 | -5/+27 |
* | print a warning when POWERLEVEL9K_RULER_CHAR is invalid | romkatv | 2019-05-28 | 1 | -0/+4 |
* | manually prompt-expand time and date so that they don't change when we emulat... | romkatv | 2019-05-28 | 1 | -2/+6 |
* | avoid using %(l.t.f) after writing to the edge of the screen | romkatv | 2019-05-28 | 1 | -2/+2 |
* | new feature: ruler above the prompt; to enable: POWERLEVEL9K_SHOW_RULER=true | romkatv | 2019-05-28 | 2 | -8/+34 |