| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | add back POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME support | romkatv | 2020-01-18 | 1 | -3/+13 |
* | | migrate disk_usage and public_ip to worker | romkatv | 2020-01-18 | 1 | -285/+277 |
* | | remove explicit timeout support from worker | romkatv | 2020-01-18 | 1 | -2/+0 |
|/ |
|
* | print the same error message for 32-bit android as for 32-bit linux | romkatv | 2020-01-18 | 1 | -2/+2 |
* | prepare for worker migration | romkatv | 2020-01-17 | 1 | -9/+13 |
* | fix POWERLEVEL9K_DIR_HYPERLINK=true with POWERLEVEL9K_SHORTEN_STRATEGY=trunca... | romkatv | 2020-01-16 | 1 | -7/+7 |
* | add ssh-agent to precommands | romkatv | 2020-01-15 | 1 | -0/+1 |
* | speed up | romkatv | 2020-01-14 | 1 | -3/+5 |
* | use more precise pattern for process substitutions | romkatv | 2020-01-14 | 1 | -1/+1 |
* | Merge branch 'master' into reactive | romkatv | 2020-01-13 | 1 | -2/+2 |
|\ |
|
| * | rustup is just wow | romkatv | 2020-01-13 | 1 | -2/+2 |
* | | Merge branch 'master' into reactive | romkatv | 2020-01-13 | 1 | -6/+34 |
|\| |
|
| * | give content expansion for rust_version access to full version through $P9K_R... | romkatv | 2020-01-13 | 1 | -0/+2 |
| * | rust_version: support rustup; see #418 | romkatv | 2020-01-13 | 1 | -6/+32 |
* | | optimize `p10k display`, POWERLEVEL9K_*_SHOW_ON_COMMAND, and startup | romkatv | 2020-01-13 | 1 | -38/+79 |
* | | add all p10k-* hooks to parameter signature | romkatv | 2020-01-13 | 1 | -1/+2 |
* | | don't replace show with print if p10k-on-post-prompt is defined | romkatv | 2020-01-13 | 1 | -2/+2 |
* | | Merge branch 'master' into reactive | romkatv | 2020-01-13 | 1 | -5/+8 |
|\| |
|
| * | clear to eol when printing empty_line and ruler | romkatv | 2020-01-13 | 1 | -5/+8 |
* | | parse process substitutions | romkatv | 2020-01-12 | 1 | -5/+11 |
* | | add `p10k display -a` | romkatv | 2020-01-12 | 1 | -12/+50 |
* | | add POWERLEVEL9K_COMMANDS_MAX_TOKEN_COUNT | romkatv | 2020-01-12 | 1 | -3/+4 |
* | | add POWERLEVEL9K_${segment}_SHOW_ON_COMMAND; bug fixes in parsing | romkatv | 2020-01-12 | 1 | -38/+117 |
* | | group precommands with commands | romkatv | 2020-01-12 | 1 | -11/+12 |
* | | minor opitimization | romkatv | 2020-01-12 | 1 | -1/+1 |
* | | incorporate latest parser fixes | romkatv | 2020-01-12 | 1 | -49/+97 |
* | | write all p10k-on-* hooks to instant prompt | romkatv | 2020-01-11 | 1 | -5/+33 |
* | | back to 32 token limit | romkatv | 2020-01-11 | 1 | -1/+1 |
* | | don't array-expand unnecessarily | romkatv | 2020-01-11 | 1 | -1/+1 |
* | | run widget hooks only from PS1 | romkatv | 2020-01-11 | 1 | -2/+1 |
* | | integrate the new command buffer parser intp p10k | romkatv | 2020-01-11 | 1 | -20/+290 |
* | | pass fd to _p9k_restore_prompt | romkatv | 2020-01-09 | 1 | -1/+1 |
* | | make sure the next hook called after p10k-on-post-prompt is always either p10... | romkatv | 2020-01-09 | 1 | -0/+1 |
* | | fix bugs in widget hooks and improve performance | romkatv | 2020-01-09 | 1 | -42/+68 |
* | | work around bugs in zsh-syntax-highlighting | romkatv | 2020-01-09 | 1 | -2/+3 |
* | | wrap all widgets; call p10k-on-post-widget hook if defined | romkatv | 2020-01-08 | 1 | -86/+94 |
* | | call p10k-on-init hook if defined | romkatv | 2020-01-08 | 1 | -2/+11 |
|/ |
|
* | set DISABLE_UPDATE_PROMPT=true when activating instant prompt | romkatv | 2020-01-07 | 1 | -1/+2 |
* | fix omz update detection | romkatv | 2020-01-07 | 1 | -3/+4 |
* | don't print concole output warning if oh-my-zsh updates during instant prompt | romkatv | 2020-01-07 | 1 | -40/+45 |
* | show the number of filtered toto tasks if not the same as total and add optio... | romkatv | 2020-01-03 | 1 | -2/+12 |
* | bug fix: set $0 to =todo.sh when sourcing the user config; fixes #403 | romkatv | 2020-01-03 | 1 | -1/+1 |
* | add nnn prompt segment; see #342 | romkatv | 2020-01-02 | 1 | -0/+9 |
* | add plenv prompt segment; see #342 | romkatv | 2020-01-02 | 1 | -1/+50 |
* | add jenv prompt segment; see #342 | romkatv | 2020-01-02 | 1 | -1/+50 |
* | add luaenv prompt segment; see #342 | romkatv | 2020-01-02 | 1 | -1/+50 |
* | BREAKING CHANGE: add classes to google_app_cred and change its default content | romkatv | 2020-01-02 | 1 | -5/+12 |
* | bug fix: don't trigger transint prompt behavior on Ctrl-C when it wouldn't te... | romkatv | 2020-01-02 | 1 | -10/+50 |
* | bug fix: escape backquote; fixes #404 | romkatv | 2020-01-01 | 1 | -4/+4 |
* | rename gcloud_app to google_app_cred and change its api | romkatv | 2019-12-19 | 1 | -17/+18 |