| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add ITERM_SHELL_INTEGRATION_INSTALLED to param sig; inline iterm2_prompt_mark | romkatv | 2019-10-16 | 1 | -2/+3 |
* | bug fix: display the right OS icon on Android | romkatv | 2019-10-13 | 1 | -1/+1 |
* | pull upstream changes from gitstatus | romkatv | 2019-10-12 | 1 | -3/+6 |
* | Fix EXC_BAD_ACCESS on MacOS Catalina | Benedikt Stemmildt | 2019-10-12 | 1 | -2/+2 |
* | update screenshot, now with rainbow style | romkatv | 2019-10-12 | 1 | -0/+0 |
* | change dir foreground from black to white in rainbow style; looks a bit less ... | romkatv | 2019-10-11 | 2 | -7/+7 |
* | pull upstream changes from gitstatus | romkatv | 2019-10-11 | 1 | -30/+36 |
* | bug fix: set correct gitstatusd path on android | romkatv | 2019-10-11 | 1 | -2/+2 |
* | 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 | 2 | -78/+947 |
* | bug fix: normalize colors | romkatv | 2019-10-11 | 1 | -2/+2 |
* | cleanup | romkatv | 2019-10-11 | 3 | -86/+7 |
* | 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 | 2 | -12/+141 |
* | add pure style to the configuration wizard | romkatv | 2019-10-10 | 1 | -12/+40 |
* | tone down the downsides of pure | romkatv | 2019-10-10 | 1 | -13/+8 |
* | docs | romkatv | 2019-10-10 | 1 | -20/+26 |
* | define POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS=0 in p10k-pure | romkatv | 2019-10-10 | 1 | -2/+7 |
* | make p10k-pure work without gitstatus | romkatv | 2019-10-10 | 1 | -29/+49 |
* | 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 | 3 | -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 | 3 | -4/+34 |
* | 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 |
* | pull upstream changes from gitstatus | romkatv | 2019-10-08 | 1 | -0/+8 |
* | avoid calling 'functions +M' as it sometimes crashes zsh | romkatv | 2019-10-08 | 2 | -2/+2 |
* | add azure prompt segment | romkatv | 2019-10-08 | 4 | -0/+34 |
* | 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 |
* | clarify comments for POWERLEVEL9K_DIR_MAX_LENGTH | romkatv | 2019-10-08 | 2 | -2/+4 |
* | pull upstream changes from gitstatus | romkatv | 2019-10-07 | 1 | -2/+3 |
* | replace expansion-based Git status formatter with a function | romkatv | 2019-10-07 | 2 | -86/+168 |
* | bug fix: respect POWERLEVEL9K_DISABLE_GITSTATUS; see #246 | romkatv | 2019-10-07 | 1 | -1/+4 |
* | update docs to recommend cloning powerlevel10k git repo with --depth=1 | romkatv | 2019-10-07 | 1 | -4/+5 |
* | remove git flag that has no effect | romkatv | 2019-10-07 | 1 | -1/+1 |
* | doc cleanup | romkatv | 2019-10-07 | 1 | -1/+1 |
* | Revert "add POWERLEVEL9K_DEBUG_DUMP_STATE to aid in debugging #244" | romkatv | 2019-10-07 | 1 | -4/+0 |
* | replace symbolic links with regular files that "source" | romkatv | 2019-10-06 | 4 | -47/+47 |
* | add POWERLEVEL9K_DEBUG_DUMP_STATE to aid in debugging #244 | romkatv | 2019-10-06 | 1 | -0/+4 |
* | make __p9k_dump_file readonly to ensure no one unsets it | romkatv | 2019-10-06 | 1 | -2/+2 |
* | write function _p9k_preinit directly instead of roundtripping it through eval... | romkatv | 2019-10-06 | 1 | -5/+5 |