aboutsummaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into workerromkatv2020-01-192-5/+6
|\
| * follow ~/.zshrc and ~/.p10k.zsh symlinksromkatv2020-01-192-5/+6
| | | | | | | | | | | | | | | | When the user tells the configuration wizard to apply changes to ~/.zshrc and ~/.p10k.zsh and these files are symlinks, apply changes to the targets. see #426
* | migrate ram to workerromkatv2020-01-191-2/+25
| |
* | load the same modules and functions in worker as in masterromkatv2020-01-191-1/+11
| |
* | even further simplify worker bootstrapromkatv2020-01-191-14/+17
| |
* | further simplify worker bootstrapromkatv2020-01-191-5/+6
| |
* | simplify worker bootstrapromkatv2020-01-191-47/+56
| |
* | make sure pwd and IFS are initialized when running *_computeromkatv2020-01-191-7/+11
| |
* | bump versionsromkatv2020-01-181-1/+1
| |
* | skip worker hooks for 'time' if POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME is ↵romkatv2020-01-181-0/+1
| | | | | | | | not set
* | migrate load, ip and vpn_ip to workerromkatv2020-01-181-31/+73
| |
* | add back POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME supportromkatv2020-01-181-3/+13
| |
* | migrate disk_usage and public_ip to workerromkatv2020-01-182-292/+308
| |
* | remove explicit timeout support from workerromkatv2020-01-182-79/+47
| |
* | support parallelism in workerromkatv2020-01-181-73/+141
| |
* | Merge branch 'master' into workerromkatv2020-01-181-2/+2
|\|
| * 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
* | cleanupromkatv2020-01-171-0/+1
| |
* | cleanupromkatv2020-01-171-5/+5
| |
* | add worker.zshromkatv2020-01-171-0/+278
|/
* 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
* fix 1-liner moderomkatv2020-01-161-1/+1
|
* add ssh-agent to precommandsromkatv2020-01-151-0/+1
|
* Merge branch 'master' into reactiveromkatv2020-01-151-24/+70
|\
| * add 8-color version of lean styleromkatv2020-01-151-24/+70
| |
* | 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
| |
* | remove parse.zshromkatv2020-01-121-328/+0
| |
* | 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
| |
* | commentsromkatv2020-01-121-0/+6
| |
* | fix 'always'romkatv2020-01-121-34/+55
| |
* | fix heredocsromkatv2020-01-121-7/+19
| |
* | get rid of capturesromkatv2020-01-121-10/+16
| |