Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | This reverts commit 55a27c1f07f2f1d8225fce6935fc0d5503d63f34. | ||||
* | 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 ↵ | romkatv | 2019-10-06 | 1 | -5/+5 |
| | | | | eval + functions | ||||
* | Merge pull request #243 from trolley/topic/fix_typo | Roman Perepelitsa | 2019-10-05 | 1 | -1/+1 |
|\ | | | | | Correct typo when replacing config file | ||||
| * | 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 ↵ | romkatv | 2019-10-04 | 1 | -1/+0 |
| | | | | who need it can autoload it themselves | ||||
* | 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 |
| | | | | This reverts commit e5e6249ffd592695ccdb6030a42d3664b3dde480. | ||||
* | Revert "speed up startup by about 3x" | romkatv | 2019-10-02 | 1 | -115/+59 |
| | | | | | | This reverts commit da72685c8b954ddb5e03e4c62a4ff0197f6f6326. Something broke. See #242. Will debug this and roll forward later. | ||||
* | 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 |
| | | | | fixes #232 | ||||
* | 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 |
| | | | | | | | | | | To enable this segment: 1. Run `p10k configure`. 2. Open `~/.p10k.zsh` and search for `dotnet_version`. 3. Uncomment the first occurrence. Fixes #233. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | When using vi_mode segment, the new mode can be enabled by defining POWERLEVEL9K_VI_OVERWRITE_MODE_STRING. POWERLEVEL9K_VI_OVERWRITE_MODE_STRING=OVERWRITE When using prompt_char, the new mode can be enabled by defining POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true. The prompt symbol in OVERWRITE state defaults to '▶'. It can be customized by defining POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION. POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true POWERLEVEL9K_PROMPT_CHAR_OK_VIOWR_CONTENT_EXPANSION=R POWERLEVEL9K_PROMPT_CHAR_ERROR_VIOWR_CONTENT_EXPANSION=R Fixes #219. | ||||
* | s/CONFLICTING/CONFLICTED/ for consistency; see #221 | romkatv | 2019-09-18 | 1 | -6/+6 |
| | |||||
* | add CONFLICTING state to vcs | romkatv | 2019-09-18 | 1 | -2/+9 |
| | | | | | | | | | | | The new state is used whenever there is at least one conflicting change. It is disabled by default. It can be enabled by defining POWERLEVEL9K_VCS_CONFLICTING_STATE=true. POWERLEVEL9K_VCS_CONFLICTING_STATE=true POWERLEVEL9K_VCS_CONFLICTING_BACKGROUND=magenta Fixes #221. | ||||
* | survive SH_WORD_SPLIT; fixes #220 | romkatv | 2019-09-17 | 1 | -5/+5 |
| |