| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge branch 'update-gcloud' of https://github.com/rsotnychenko/powerlevel10k... | romkatv | 2019-12-19 | 1 | -1/+23 |
|\ |
|
| * | Fix typos | Rostyslav Sotnychenko | 2019-12-16 | 1 | -1/+1 |
| * | Add prompt for Google Cloud application credentials | Rostyslav Sotnychenko | 2019-12-16 | 1 | -1/+23 |
* | | bug fix: don't print an empty line after the ruler | romkatv | 2019-12-19 | 1 | -1/+1 |
* | | bump versions | romkatv | 2019-12-19 | 1 | -2/+2 |
|/ |
|
* | hide cursor when rewrawing prompt | romkatv | 2019-12-14 | 1 | -8/+25 |
* | add POWERLEVEL9K_RBENV_SOURCES; fixes #372 | romkatv | 2019-12-12 | 1 | -2/+8 |
* | display the new rustc version when rustc is upgraded; fixes #365 | romkatv | 2019-12-06 | 1 | -4/+21 |
* | add gcloud prompt segment; fixes #366 | romkatv | 2019-12-06 | 1 | -0/+13 |
* | add fvm | romkatv | 2019-12-05 | 1 | -0/+15 |
* | add vim_shell prompt segment; see #359 | romkatv | 2019-12-02 | 1 | -1/+10 |
* | new prompt segment: goenv (see #342) | romkatv | 2019-12-01 | 1 | -1/+43 |
* | new prompt segment: midnignt_commander (see #342) | romkatv | 2019-12-01 | 1 | -0/+9 |
* | survive ancient zsh in PATH | romkatv | 2019-11-29 | 1 | -2/+4 |
* | roll back accidental change | romkatv | 2019-11-29 | 1 | -1/+1 |
* | don't unset prompt_sp when bailing early | romkatv | 2019-11-29 | 1 | -2/+2 |
* | survive ancient zsh in PATH | romkatv | 2019-11-29 | 1 | -2/+3 |
* | survive ancient zsh in PATH (run wizard.zsh from a fork) | romkatv | 2019-11-29 | 1 | -5/+1 |
* | add POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES; closes #350 | romkatv | 2019-11-27 | 1 | -2/+5 |
* | add `p10k reload` and call it from all standard configs | romkatv | 2019-11-21 | 1 | -3/+18 |
* | add POWERLEVEL9K_RBENV_SOURCES; see #333 | romkatv | 2019-11-18 | 1 | -5/+11 |