aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add a screenshot of pure10k configromkatv2019-06-101-0/+0
* pull upstream changes from gitstatusromkatv2019-06-101-11/+14
* Merge pull request #85 from Syphdias/link-fixRoman Perepelitsa2019-06-101-2/+2
|\
| * fixes links broken by a5b13acbSyphdias2019-06-101-2/+2
|/
* another blind attempt to fix mysterious non-reproducible issuesromkatv2019-06-091-11/+11
* pull upstream changes from gitstatusromkatv2019-06-091-0/+0
* ignore COLUMNS in _p9k_prompt_lengthromkatv2019-06-091-0/+1
* don't display right prompt if it would overflow to the next lineromkatv2019-06-091-4/+5
* minor cleanupromkatv2019-06-091-3/+1
* manually collapse ' \b?' into '?'romkatv2019-06-091-0/+3
* attempt to fix a weird todo corner case. unlikely to helpromkatv2019-06-091-2/+2
* pull upstream changes from gitstatusromkatv2019-06-071-1/+1
* pull upstream changes from gitstatusromkatv2019-06-072-1/+3
* stop padding colors with leading zeros; it makes no differenceromkatv2019-06-061-1/+1
* add POWERLEVEL9K_DIR_MAX_LENGTHromkatv2019-06-061-5/+25
* pull upstream changes from gitstatusromkatv2019-06-061-1/+2
* don't read /proc/loadavg if it's unreadableromkatv2019-06-061-0/+1
* pull upstream changes from gitstatusromkatv2019-06-062-1/+1
* pull upstream changes from gitstatusromkatv2019-06-061-2/+3
* add caching to prompt_dirromkatv2019-06-051-38/+43
* work around %b bugs in ZSH 5.2romkatv2019-06-051-26/+32
* pull upstream changes from gitstatusromkatv2019-06-052-0/+4
* swap ahead and behind in git prompt; more logicalromkatv2019-06-041-5/+5
* add POWERLEVEL9K_VCS_COMMITS_{AHEAD,BEHIND}_MAX_NUMromkatv2019-06-041-2/+12
* more useful default for POWERLEVEL9K_SHORTEN_FOLDER_MARKERromkatv2019-06-021-11/+9
* add '.terraform' to POWERLEVEL9K_SHORTEN_FOLDER_MARKERRoman Perepelitsa2019-06-021-1/+1
* move source guard to the outer scriptromkatv2019-06-012-33/+38
* add the screencast so that it does not get lostromkatv2019-06-011-0/+573
* docsromkatv2019-06-011-4/+3
* docsromkatv2019-06-011-2/+11
* more paranoid quotesromkatv2019-06-011-2/+2
* defend against aliases, especially global onesromkatv2019-06-012-2658/+2658
* quote to avoid clashes with global aliasesromkatv2019-06-011-4/+4
* typo when launching gitstatusdromkatv2019-06-011-5/+5
* docs: typo in hyperlinksromkatv2019-06-011-1/+1
* docs: typo in hyperlinksromkatv2019-06-011-2/+2
* docs: add asciinema comparing p9k and p10k perf; shorten some sectionsromkatv2019-06-011-87/+61
* quote prompt content with (qqq) instead of (q); the latter breaks on double q...romkatv2019-06-011-2/+2
* add POWERLEVEL9K_JAVA_VERSION_FULLromkatv2019-06-011-2/+26
* Merge branch 'master' of github.com:romkatv/powerlevel10kromkatv2019-06-011-10/+26
|\
| * partially roll back 4def4452 and work around bugs in some terminals that draw...romkatv2019-05-311-10/+26
* | add POWERLEVEL9K_KUBECONTEXT_CLASSESromkatv2019-06-011-2/+42
* | add POWERLEVEL9K_KUBECONTEXT_SHOW_DEFAULT_NAMESPACE optionromkatv2019-06-011-1/+4
* | speed up truncate_with_package_nameromkatv2019-06-011-3/+9
|/
* simplify line-wrapping logicromkatv2019-05-301-23/+3
* correctly handle zsh 5.4.2 whose ZSH_PATCHLEVEL does not start with "zsh"romkatv2019-05-301-3/+1
* minor doc cleanupromkatv2019-05-301-5/+1
* simplify prezto installation instructions now that p10k is bundledromkatv2019-05-301-5/+0
* POWERLEVEL9K_VCS_MAX_NUM_STAGED => POWERLEVEL9K_VCS_STAGED_MAX_NUM (with temp...romkatv2019-05-291-11/+11
* don't invoke custom prompt command if it doesn't resolveromkatv2019-05-291-8/+5