aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Expand)AuthorAgeFilesLines
* honor POWERLEVEL9K_MAX_CACHE_SIZEromkatv2019-03-121-0/+1
* speed up time, date and custom prompts. saves 2.5ms overallromkatv2019-03-121-12/+23
* add POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIMEromkatv2019-03-111-4/+36
* make git-is-slow stickierromkatv2019-03-111-2/+6
* fix bugs reported in https://github.com/romkatv/powerlevel10k/issues/9romkatv2019-03-101-10/+9
* do not reset prompt after prompt_powerlevel9k_teardownromkatv2019-03-081-0/+4
* simplify and speed up cachingromkatv2019-03-081-86/+85
* minor opitimizationromkatv2019-03-071-3/+4
* define POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY; some cleanupromkatv2019-03-071-6/+7
* wipromkatv2019-03-071-165/+268
* remove unnecessary cachingromkatv2019-03-041-9/+5
* space between >>! and the file nameromkatv2019-03-041-1/+1
* bug fix: support POWERLEVEL9K_STATUS_VERBOSE=falseromkatv2019-03-041-0/+2
* use mkport in a portable wayromkatv2019-03-041-1/+1
* make it work when CLOBBER is unsetromkatv2019-03-041-1/+1
* formattingromkatv2019-03-031-1/+1
* do not set POWERLEVEL9K_VCS_STATUS_COMMANDromkatv2019-03-031-5/+5
* make it work with zpluginromkatv2019-03-031-4/+4
* merge upstreamromkatv2019-03-021-34/+15
|\
| * Backport @wrboyce fix for truncating dir with package name from #1158Dominik Ritter2019-03-021-0/+2
| * Merge pull request #1126 from Shini31/masterDominik Ritter2019-02-261-34/+13
| |\
| | * Merge remote-tracking branch 'ben/master' into HEADDominik Ritter2019-02-031-10/+12
| | |\
| | * | Parse IPs properlyDominik Ritter2019-02-031-67/+9
| | * | Match VPN interface fuzzy on LinuxDominik Ritter2019-01-231-2/+9
| | * | Match VPN Interface fuzzyDominik Ritter2019-01-231-3/+19
| | * | Simplify code that checks if a VPN is runningDominik Ritter2019-01-231-10/+5
| | * | Improve testsDominik Ritter2019-01-231-1/+1
| | * | Fix regular expressionDominik Ritter2019-01-211-1/+1
| | * | Add testsDominik Ritter2019-01-211-6/+9
| | * | Use ip command for VPN segment - fix #1125Shini312018-12-301-10/+26
* | | | fix how jobs are countedromkatv2019-03-021-8/+5
* | | | remove useless assoc arrayromkatv2019-03-011-10/+1
* | | | remove most thingsromkatv2019-03-011-89/+66
* | | | start forking into powerlevel10kromkatv2019-03-011-8/+7
* | | | commentromkatv2019-03-011-0/+2
* | | | change gitstatus protocolromkatv2019-03-011-85/+35
* | | | change gitstatus protocol to something more suitable for daemonromkatv2019-03-011-37/+52
* | | | move default prompt definitions to the topromkatv2019-02-281-3/+3
* | | | speed up joins; get rid of _p9k_memoize_iconromkatv2019-02-281-85/+55
* | | | speed up the cache-miss branch of {left,right}_prompt_segmentromkatv2019-02-281-236/+259
* | | | add dir-writable indicator to the dir prompt keyromkatv2019-02-281-0/+1
* | | | update POWERLEVEL9K_VCS_STATUS_COMMAND exampleromkatv2019-02-281-1/+1
* | | | remove junk lineromkatv2019-02-281-1/+0
* | | | fix cache_key in vcsromkatv2019-02-271-4/+3
* | | | speed up the cache-miss branch of prompt_vcsromkatv2019-02-271-16/+32
* | | | add alternative vcs mode that doesn't use vcs_inforomkatv2019-02-271-16/+115
* | | | speed up by using globals instead of stdout and by caching basic prompt elementsromkatv2019-02-251-53/+61
* | | | bug fix: add current background to the cache key in {right,left}_prompt_segmentromkatv2019-02-251-2/+2
* | | | add caching to speed up prompt generationromkatv2019-02-241-392/+498
|/ / /
* | | Merge pull request #1149 from dritter/HaoZeke-fix-RVMDominik Ritter2019-02-091-3/+5
|\ \ \ | |_|/ |/| |