| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bug fix: wrong tail color for rainbow in the wizard | romkatv | 2019-10-11 | 1 | -1/+1 |
* | add rainbow style; delete p9k style | romkatv | 2019-10-11 | 1 | -78/+103 |
* | bug fix: normalize colors | romkatv | 2019-10-11 | 1 | -2/+2 |
* | restore "?" as VCS_UNTRACKED_ICON in lean and classic styles | romkatv | 2019-10-11 | 1 | -12/+14 |
* | add POWERLEVEL9K_BATTERY_LEVEL_FOREGROUND; fixes #256 | romkatv | 2019-10-11 | 1 | -1/+9 |
* | add the default powerlevel9k style to the wizard | romkatv | 2019-10-10 | 1 | -12/+67 |
* | add pure style to the configuration wizard | romkatv | 2019-10-10 | 1 | -12/+40 |
* | bug fix: wrap zle-line-finish even on hot start | romkatv | 2019-10-10 | 1 | -6/+6 |
* | remove spurious execute permissions | romkatv | 2019-10-10 | 2 | -0/+0 |
* | use jq in azure if available | romkatv | 2019-10-10 | 1 | -3/+8 |
* | md5 -q => md5 | romkatv | 2019-10-09 | 1 | -1/+1 |
* | add two-level fs cache and use it everywhere instead of the one-level cache | romkatv | 2019-10-09 | 1 | -42/+80 |
* | persist cache more aggressively | romkatv | 2019-10-09 | 1 | -3/+15 |
* | don't persist Git state | romkatv | 2019-10-09 | 1 | -6/+6 |
* | cleanup | romkatv | 2019-10-08 | 1 | -2/+1 |
* | revamp aws_eb_env. it returns the starred entry from the output of "eb list" | romkatv | 2019-10-08 | 1 | -4/+20 |
* | typo | romkatv | 2019-10-08 | 1 | -2/+2 |
* | bump state version | romkatv | 2019-10-08 | 1 | -1/+1 |
* | save and restore VCS_STATUS_NUM_UNSTAGED_DELETED | romkatv | 2019-10-08 | 1 | -1/+3 |
* | add azure prompt segment | romkatv | 2019-10-08 | 2 | -0/+20 |
* | bump state version | romkatv | 2019-10-08 | 1 | -1/+1 |
* | check for gitstatus.plugin.zsh existence in preinit | romkatv | 2019-10-08 | 1 | -10/+11 |
* | avoid spurious console output where is more more than one dir segment | romkatv | 2019-10-08 | 1 | -1/+1 |
* | bug fix: respect POWERLEVEL9K_DISABLE_GITSTATUS; see #246 | romkatv | 2019-10-07 | 1 | -1/+4 |
* | Revert "add POWERLEVEL9K_DEBUG_DUMP_STATE to aid in debugging #244" | romkatv | 2019-10-07 | 1 | -4/+0 |
* | add POWERLEVEL9K_DEBUG_DUMP_STATE to aid in debugging #244 | romkatv | 2019-10-06 | 1 | -0/+4 |
* | write function _p9k_preinit directly instead of roundtripping it through eval... | romkatv | 2019-10-06 | 1 | -5/+5 |
* | Merge pull request #243 from trolley/topic/fix_typo | Roman Perepelitsa | 2019-10-05 | 1 | -1/+1 |
|\ |
|
| * | Correct typo when replacing config file | Mark Trolley | 2019-10-05 | 1 | -1/+1 |
* | | bug fix: don't leave temp state dumps if gitstatus is disabled | romkatv | 2019-10-05 | 1 | -1/+1 |
|/ |
|
* | stop autoloading and running "color"; p10k does not use it anymore; people wh... | romkatv | 2019-10-04 | 1 | -1/+0 |
* | replace eval with (e) | romkatv | 2019-10-04 | 1 | -1/+1 |
* | dump state even if the cache directory is world-readable | romkatv | 2019-10-04 | 1 | -1/+1 |
* | require zsh >= 5.4 for state dumps | romkatv | 2019-10-03 | 1 | -1/+1 |
* | don't zcompile state dump when root | romkatv | 2019-10-03 | 1 | -1/+3 |
* | take advantage of async gitstatus start to make p10k startup faster | romkatv | 2019-10-03 | 1 | -80/+102 |
* | further startup speedup: zcompile state dump | romkatv | 2019-10-03 | 1 | -15/+14 |
* | fix bugs in startup speedup and make it yet faster | romkatv | 2019-10-03 | 2 | -39/+82 |
* | Revert "Revert "speed up startup by about 3x"" | romkatv | 2019-10-03 | 1 | -59/+115 |
* | Revert "speed up startup by about 3x" | romkatv | 2019-10-02 | 1 | -115/+59 |
* | speed up startup by about 3x | romkatv | 2019-10-02 | 1 | -59/+115 |
* | bug fix: set _p9k_keymap whenever vi_mode is in use | romkatv | 2019-09-25 | 1 | -3/+5 |
* | aws: consult AWS_VAULT; hide if "default" | romkatv | 2019-09-24 | 1 | -2/+3 |
* | new prompt segment: dotnet_version | romkatv | 2019-09-24 | 2 | -2/+24 |
* | be more lenient towards awful hacks that zplugin users employ | romkatv | 2019-09-20 | 1 | -2/+7 |
* | survive faulty fifos | romkatv | 2019-09-20 | 1 | -1/+4 |
* | survive emulate sh; fixes #226 | romkatv | 2019-09-20 | 4 | -73/+155 |
* | use lock as vpn icon where lock is available | romkatv | 2019-09-19 | 1 | -2/+2 |
* | better PROXY_ICON | romkatv | 2019-09-19 | 1 | -5/+5 |
* | add OVERWRITE vi mode | romkatv | 2019-09-18 | 1 | -6/+45 |