aboutsummaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* massive worker simplification (figure out during massive hangover)romkatv2020-01-241-101/+31
|
* Merge branch 'master' into workerromkatv2020-01-242-9/+39
|\
| * cherry pick disk_usage fix from ↵romkatv2020-01-241-3/+3
| | | | | | | | https://github.com/romkatv/powerlevel10k/commit/0d33157b1232123bda62d86be6313f1012cc3bd7; see #435
| * add POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #430romkatv2020-01-231-7/+37
| |
| * fix option names in the color selection screen; fixes #432romkatv2020-01-231-3/+3
| |
* | Merge branch 'master' into workerromkatv2020-01-211-41/+108
|\|
| * display lean with 8 colors right away if the terminal does not support 256 ↵romkatv2020-01-211-2/+9
| | | | | | | | colors
| * check for truecolor before offering snazzyromkatv2020-01-211-1/+1
| |
| * add snazzy color scheme option to pure styleromkatv2020-01-211-39/+99
| |
* | synthesize common prompt functionsromkatv2020-01-212-118/+73
| |
* | Merge branch 'master' into workerromkatv2020-01-202-44/+53
|\|
| * add color selection dialog for lean-8colors; remove space before prompt char ↵romkatv2020-01-201-38/+36
| | | | | | | | in lean-* when it's the first segment on the line
| * survive SIGINT during preexec; see #427romkatv2020-01-201-6/+17
| |
* | refactor worker coderomkatv2020-01-202-106/+126
| |
* | fix ram segment on wslromkatv2020-01-191-2/+2
| |
* | work around wsl bugsromkatv2020-01-191-3/+5
| |
* | explicit exec in workerromkatv2020-01-191-2/+2
| |
* | 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
| |