Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add P9K_KUBECONTEXT_USER | romkatv | 2020-01-26 | 1 | -8/+12 | |
| | ||||||
* | add _p9k__segment_{cond,va}_{left,right} and migrate swap to worker | romkatv | 2020-01-25 | 1 | -129/+445 | |
| | ||||||
* | process ready replies from worker synchornously in precmd | romkatv | 2020-01-25 | 2 | -0/+4 | |
| | ||||||
* | delete fifo before killing worker from watchdog | romkatv | 2020-01-25 | 1 | -2/+6 | |
| | ||||||
* | trap PIPE | romkatv | 2020-01-25 | 1 | -10/+10 | |
| | ||||||
* | migrate over from the old worker api; use worker in battery on macOS | romkatv | 2020-01-25 | 2 | -195/+170 | |
| | ||||||
* | use ascii ENQ (0x05) for watchdog pings | romkatv | 2020-01-25 | 1 | -6/+3 | |
| | ||||||
* | add watchdog to worker | romkatv | 2020-01-25 | 1 | -6/+14 | |
| | ||||||
* | massive worker simplification (figure out during massive hangover) | romkatv | 2020-01-24 | 1 | -101/+31 | |
| | ||||||
* | Merge branch 'master' into worker | romkatv | 2020-01-24 | 2 | -9/+39 | |
|\ | ||||||
| * | cherry pick disk_usage fix from ↵ | romkatv | 2020-01-24 | 1 | -3/+3 | |
| | | | | | | | | https://github.com/romkatv/powerlevel10k/commit/0d33157b1232123bda62d86be6313f1012cc3bd7; see #435 | |||||
| * | add POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #430 | romkatv | 2020-01-23 | 1 | -7/+37 | |
| | | ||||||
| * | fix option names in the color selection screen; fixes #432 | romkatv | 2020-01-23 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch 'master' into worker | romkatv | 2020-01-21 | 1 | -41/+108 | |
|\| | ||||||
| * | display lean with 8 colors right away if the terminal does not support 256 ↵ | romkatv | 2020-01-21 | 1 | -2/+9 | |
| | | | | | | | | colors | |||||
| * | check for truecolor before offering snazzy | romkatv | 2020-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | add snazzy color scheme option to pure style | romkatv | 2020-01-21 | 1 | -39/+99 | |
| | | ||||||
* | | synthesize common prompt functions | romkatv | 2020-01-21 | 2 | -118/+73 | |
| | | ||||||
* | | Merge branch 'master' into worker | romkatv | 2020-01-20 | 2 | -44/+53 | |
|\| | ||||||
| * | add color selection dialog for lean-8colors; remove space before prompt char ↵ | romkatv | 2020-01-20 | 1 | -38/+36 | |
| | | | | | | | | in lean-* when it's the first segment on the line | |||||
| * | survive SIGINT during preexec; see #427 | romkatv | 2020-01-20 | 1 | -6/+17 | |
| | | ||||||
* | | refactor worker code | romkatv | 2020-01-20 | 2 | -106/+126 | |
| | | ||||||
* | | fix ram segment on wsl | romkatv | 2020-01-19 | 1 | -2/+2 | |
| | | ||||||
* | | work around wsl bugs | romkatv | 2020-01-19 | 1 | -3/+5 | |
| | | ||||||
* | | explicit exec in worker | romkatv | 2020-01-19 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into worker | romkatv | 2020-01-19 | 2 | -5/+6 | |
|\| | ||||||
| * | follow ~/.zshrc and ~/.p10k.zsh symlinks | romkatv | 2020-01-19 | 2 | -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 worker | romkatv | 2020-01-19 | 1 | -2/+25 | |
| | | ||||||
* | | load the same modules and functions in worker as in master | romkatv | 2020-01-19 | 1 | -1/+11 | |
| | | ||||||
* | | even further simplify worker bootstrap | romkatv | 2020-01-19 | 1 | -14/+17 | |
| | | ||||||
* | | further simplify worker bootstrap | romkatv | 2020-01-19 | 1 | -5/+6 | |
| | | ||||||
* | | simplify worker bootstrap | romkatv | 2020-01-19 | 1 | -47/+56 | |
| | | ||||||
* | | make sure pwd and IFS are initialized when running *_compute | romkatv | 2020-01-19 | 1 | -7/+11 | |
| | | ||||||
* | | bump versions | romkatv | 2020-01-18 | 1 | -1/+1 | |
| | | ||||||
* | | skip worker hooks for 'time' if POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME is ↵ | romkatv | 2020-01-18 | 1 | -0/+1 | |
| | | | | | | | | not set | |||||
* | | migrate load, ip and vpn_ip to worker | romkatv | 2020-01-18 | 1 | -31/+73 | |
| | | ||||||
* | | 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 | 2 | -292/+308 | |
| | | ||||||
* | | remove explicit timeout support from worker | romkatv | 2020-01-18 | 2 | -79/+47 | |
| | | ||||||
* | | support parallelism in worker | romkatv | 2020-01-18 | 1 | -73/+141 | |
| | | ||||||
* | | Merge branch 'master' into worker | romkatv | 2020-01-18 | 1 | -2/+2 | |
|\| | ||||||
| * | print the same error message for 32-bit android as for 32-bit linux | romkatv | 2020-01-18 | 1 | -2/+2 | |
| | | | | | | | | see https://github.com/romkatv/gitstatus/pull/96 | |||||
* | | cleanup | romkatv | 2020-01-17 | 1 | -0/+1 | |
| | | ||||||
* | | cleanup | romkatv | 2020-01-17 | 1 | -5/+5 | |
| | | ||||||
* | | add worker.zsh | romkatv | 2020-01-17 | 1 | -0/+278 | |
|/ | ||||||
* | prepare for worker migration | romkatv | 2020-01-17 | 1 | -9/+13 | |
| | ||||||
* | fix POWERLEVEL9K_DIR_HYPERLINK=true with ↵ | romkatv | 2020-01-16 | 1 | -7/+7 | |
| | | | | | | POWERLEVEL9K_SHORTEN_STRATEGY=truncate_from_right fixes #420 | |||||
* | fix 1-liner mode | romkatv | 2020-01-16 | 1 | -1/+1 | |
| | ||||||
* | add ssh-agent to precommands | romkatv | 2020-01-15 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' into reactive | romkatv | 2020-01-15 | 1 | -24/+70 | |
|\ |