aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
Commit message (Collapse)AuthorAgeFilesLines
* survive SIGINT during preexec; see #427romkatv2020-01-201-6/+17
|
* print the same error message for 32-bit android as for 32-bit linuxromkatv2020-01-181-2/+2
| | | | see https://github.com/romkatv/gitstatus/pull/96
* prepare for worker migrationromkatv2020-01-171-9/+13
|
* fix POWERLEVEL9K_DIR_HYPERLINK=true with ↵romkatv2020-01-161-7/+7
| | | | | | POWERLEVEL9K_SHORTEN_STRATEGY=truncate_from_right fixes #420
* add ssh-agent to precommandsromkatv2020-01-151-0/+1
|
* speed upromkatv2020-01-141-3/+5
|
* use more precise pattern for process substitutionsromkatv2020-01-141-1/+1
|
* Merge branch 'master' into reactiveromkatv2020-01-131-2/+2
|\
| * rustup is just wowromkatv2020-01-131-2/+2
| |
* | Merge branch 'master' into reactiveromkatv2020-01-131-6/+34
|\|
| * give content expansion for rust_version access to full version through ↵romkatv2020-01-131-0/+2
| | | | | | | | $P9K_RUST_VERSION; see #418
| * rust_version: support rustup; see #418romkatv2020-01-131-6/+32
| |
* | optimize `p10k display`, POWERLEVEL9K_*_SHOW_ON_COMMAND, and startupromkatv2020-01-131-38/+79
| |
* | add all p10k-* hooks to parameter signatureromkatv2020-01-131-1/+2
| |
* | don't replace show with print if p10k-on-post-prompt is definedromkatv2020-01-131-2/+2
| |
* | Merge branch 'master' into reactiveromkatv2020-01-131-5/+8
|\|
| * clear to eol when printing empty_line and rulerromkatv2020-01-131-5/+8
| |
* | parse process substitutionsromkatv2020-01-121-5/+11
| |
* | add `p10k display -a`romkatv2020-01-121-12/+50
| |
* | add POWERLEVEL9K_COMMANDS_MAX_TOKEN_COUNTromkatv2020-01-121-3/+4
| |
* | add POWERLEVEL9K_${segment}_SHOW_ON_COMMAND; bug fixes in parsingromkatv2020-01-121-38/+117
| |
* | group precommands with commandsromkatv2020-01-121-11/+12
| |
* | minor opitimizationromkatv2020-01-121-1/+1
| |
* | incorporate latest parser fixesromkatv2020-01-121-49/+97
| |
* | write all p10k-on-* hooks to instant promptromkatv2020-01-111-5/+33
| |
* | back to 32 token limitromkatv2020-01-111-1/+1
| |
* | don't array-expand unnecessarilyromkatv2020-01-111-1/+1
| |
* | run widget hooks only from PS1romkatv2020-01-111-2/+1
| |
* | integrate the new command buffer parser intp p10kromkatv2020-01-111-20/+290
| |
* | pass fd to _p9k_restore_promptromkatv2020-01-091-1/+1
| |
* | make sure the next hook called after p10k-on-post-prompt is always either ↵romkatv2020-01-091-0/+1
| | | | | | | | p10k-on-pre-prompt or p10k-on-init
* | fix bugs in widget hooks and improve performanceromkatv2020-01-091-42/+68
| |
* | work around bugs in zsh-syntax-highlightingromkatv2020-01-091-2/+3
| |
* | wrap all widgets; call p10k-on-post-widget hook if definedromkatv2020-01-081-86/+94
| |
* | call p10k-on-init hook if definedromkatv2020-01-081-2/+11
|/
* set DISABLE_UPDATE_PROMPT=true when activating instant promptromkatv2020-01-071-1/+2
| | | | | | | | | | This is an Oh My Zsh option that makes it update without asking for confirmation. In practice, when instant prompt is active, OMZ doesn't wait for the user confirmation and automatically updates. By setting DISABLE_UPDATE_PROMPT=true we get rid of the spurious question from the console output without changing the behavior of OMZ updater.
* fix omz update detectionromkatv2020-01-071-3/+4
|
* don't print concole output warning if oh-my-zsh updates during instant promptromkatv2020-01-071-40/+45
|
* show the number of filtered toto tasks if not the same as total and add ↵romkatv2020-01-031-2/+12
| | | | options to hide todo when filtered and/or total is zero
* bug fix: set $0 to =todo.sh when sourcing the user config; fixes #403romkatv2020-01-031-1/+1
|
* add nnn prompt segment; see #342romkatv2020-01-021-0/+9
|
* add plenv prompt segment; see #342romkatv2020-01-021-1/+50
|
* add jenv prompt segment; see #342romkatv2020-01-021-1/+50
|
* add luaenv prompt segment; see #342romkatv2020-01-021-1/+50
|
* BREAKING CHANGE: add classes to google_app_cred and change its default contentromkatv2020-01-021-5/+12
|
* bug fix: don't trigger transint prompt behavior on Ctrl-C when it wouldn't ↵romkatv2020-01-021-10/+50
| | | | terminate the top-level zle; fixes #321
* bug fix: escape backquote; fixes #404romkatv2020-01-011-4/+4
|
* rename gcloud_app to google_app_cred and change its apiromkatv2019-12-191-17/+18
|
* Merge branch 'update-gcloud' of ↵romkatv2019-12-191-1/+23
|\ | | | | | | https://github.com/rsotnychenko/powerlevel10k into rsotnychenko-update-gcloud
| * Fix typosRostyslav Sotnychenko2019-12-161-1/+1
| |