Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | migrate remaining segments to the new globbing api | romkatv | 2020-01-28 | 1 | -161/+202 |
| | |||||
* | make __p9k_byte_suffix readonly | romkatv | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | s/_p9k_upsearch/_p9k_upglob/g | romkatv | 2020-01-28 | 1 | -10/+10 |
| | |||||
* | finish fast globbing and start migrating stuff | romkatv | 2020-01-27 | 1 | -213/+143 |
| | |||||
* | Merge branch 'master' into glob | romkatv | 2020-01-27 | 1 | -0/+1 |
|\ | |||||
| * | set prompt_subst when printing ruler; see #444 | romkatv | 2020-01-27 | 1 | -0/+1 |
| | | |||||
* | | start working on faster globbing | romkatv | 2020-01-27 | 1 | -52/+167 |
|/ | |||||
* | move buffer parser to internal/parser.zsh | romkatv | 2020-01-27 | 1 | -381/+2 |
| | |||||
* | detect source code corruption done by antigen and suggest resetting cache | romkatv | 2020-01-27 | 1 | -1/+25 |
| | |||||
* | add timewarrior prompt segment; see #295 | romkatv | 2020-01-26 | 1 | -0/+60 |
| | |||||
* | fix prompt_char (never showed error); unify options | romkatv | 2020-01-26 | 1 | -65/+50 |
| | |||||
* | bump version | romkatv | 2020-01-26 | 1 | -1/+1 |
| | |||||
* | remove trailing zeros from _p9k_human_readable_bytes | romkatv | 2020-01-26 | 1 | -1/+1 |
| | |||||
* | cleanup | romkatv | 2020-01-26 | 1 | -1/+1 |
| | |||||
* | bug fixes: | romkatv | 2020-01-26 | 1 | -13/+35 |
| | | | | | | - don't use typeset -p on zsh 5.4 as it's broken there - remove redundant local declarations from _p9k_prompt_net_iface_async - change the default value of POWERLEVEL9K_PUBLIC_IP_HOST as the old is broken | ||||
* | bug fix: declare worker global vars in _p9k_init_vars | romkatv | 2020-01-26 | 1 | -0/+6 |
| | |||||
* | 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 | 1 | -0/+2 |
| | |||||
* | migrate over from the old worker api; use worker in battery on macOS | romkatv | 2020-01-25 | 1 | -77/+107 |
| | |||||
* | Merge branch 'master' into worker | romkatv | 2020-01-24 | 1 | -6/+36 |
|\ | |||||
| * | 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 |
| | | |||||
* | | synthesize common prompt functions | romkatv | 2020-01-21 | 1 | -110/+55 |
| | | |||||
* | | Merge branch 'master' into worker | romkatv | 2020-01-20 | 1 | -6/+17 |
|\| | |||||
| * | survive SIGINT during preexec; see #427 | romkatv | 2020-01-20 | 1 | -6/+17 |
| | | |||||
* | | refactor worker code | romkatv | 2020-01-20 | 1 | -55/+79 |
| | | |||||
* | | fix ram segment on wsl | romkatv | 2020-01-19 | 1 | -2/+2 |
| | | |||||
* | | migrate ram to worker | romkatv | 2020-01-19 | 1 | -2/+25 |
| | | |||||
* | | 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 | 1 | -285/+277 |
| | | |||||
* | | remove explicit timeout support from worker | romkatv | 2020-01-18 | 1 | -2/+0 |
|/ | |||||
* | 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 | ||||
* | 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 | ||||
* | add ssh-agent to precommands | romkatv | 2020-01-15 | 1 | -0/+1 |
| | |||||
* | speed up | romkatv | 2020-01-14 | 1 | -3/+5 |
| | |||||
* | use more precise pattern for process substitutions | romkatv | 2020-01-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into reactive | romkatv | 2020-01-13 | 1 | -2/+2 |
|\ | |||||
| * | rustup is just wow | romkatv | 2020-01-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into reactive | romkatv | 2020-01-13 | 1 | -6/+34 |
|\| | |||||
| * | give content expansion for rust_version access to full version through ↵ | romkatv | 2020-01-13 | 1 | -0/+2 |
| | | | | | | | | $P9K_RUST_VERSION; see #418 | ||||
| * | rust_version: support rustup; see #418 | romkatv | 2020-01-13 | 1 | -6/+32 |
| | | |||||
* | | optimize `p10k display`, POWERLEVEL9K_*_SHOW_ON_COMMAND, and startup | romkatv | 2020-01-13 | 1 | -38/+79 |
| | | |||||
* | | add all p10k-* hooks to parameter signature | romkatv | 2020-01-13 | 1 | -1/+2 |
| | | |||||
* | | don't replace show with print if p10k-on-post-prompt is defined | romkatv | 2020-01-13 | 1 | -2/+2 |
| | |