romkatv
5d460d7b99
remove trailing zeros from _p9k_human_readable_bytes
6 years ago
romkatv
fa4d151f94
cleanup
6 years ago
romkatv
b9cfa4e7ff
bug fixes:
...
- 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
6 years ago
romkatv
57dc301d6e
bug fix: declare worker global vars in _p9k_init_vars
6 years ago
romkatv
5e42c4c930
add P9K_KUBECONTEXT_USER
6 years ago
romkatv
08f326a457
add _p9k__segment_{cond,va}_{left,right} and migrate swap to worker
6 years ago
romkatv
f1bb5601fe
process ready replies from worker synchornously in precmd
6 years ago
romkatv
e97a6c6701
delete fifo before killing worker from watchdog
6 years ago
romkatv
2dc56d0afe
trap PIPE
6 years ago
romkatv
565492b10e
migrate over from the old worker api; use worker in battery on macOS
6 years ago
romkatv
148ecf7fc3
use ascii ENQ (0x05) for watchdog pings
6 years ago
romkatv
45d14cbcf5
add watchdog to worker
6 years ago
romkatv
2aa1d07b4a
massive worker simplification (figure out during massive hangover)
6 years ago
romkatv
f1314f9072
Merge branch 'master' into worker
6 years ago
romkatv
08f73b27fd
cherry pick disk_usage fix from 0d33157b12
; see #435
6 years ago
romkatv
186d1539b9
add POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #430
6 years ago
romkatv
e4349e0c9b
fix option names in the color selection screen; fixes #432
6 years ago
romkatv
ed2b83275b
Merge branch 'master' into worker
6 years ago
romkatv
0f9cee9dc2
display lean with 8 colors right away if the terminal does not support 256 colors
6 years ago
romkatv
fc7178ad92
check for truecolor before offering snazzy
6 years ago
romkatv
7144ebb465
add snazzy color scheme option to pure style
6 years ago
romkatv
0f6b7953be
synthesize common prompt functions
6 years ago
romkatv
80e8e46fe5
Merge branch 'master' into worker
6 years ago
romkatv
e01b5d9529
refactor worker code
6 years ago
romkatv
9586e24dfb
add color selection dialog for lean-8colors; remove space before prompt char in lean-* when it's the first segment on the line
6 years ago
romkatv
2feac7f121
survive SIGINT during preexec; see #427
6 years ago
romkatv
f1e9d9ade7
fix ram segment on wsl
6 years ago
romkatv
c79108ff0a
work around wsl bugs
6 years ago
romkatv
430c2b0178
explicit exec in worker
6 years ago
romkatv
0d8a51bcf3
Merge branch 'master' into worker
6 years ago
romkatv
e374395746
follow ~/.zshrc and ~/.p10k.zsh symlinks
...
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
6 years ago
romkatv
b35a814828
migrate ram to worker
6 years ago
romkatv
635ffb0e21
load the same modules and functions in worker as in master
6 years ago
romkatv
61df3d1cfb
even further simplify worker bootstrap
6 years ago
romkatv
23e8921b8d
further simplify worker bootstrap
6 years ago
romkatv
1208fd10ef
simplify worker bootstrap
6 years ago
romkatv
0ae338dde1
make sure pwd and IFS are initialized when running *_compute
6 years ago
romkatv
e65f05d7be
bump versions
6 years ago
romkatv
5ae34b98fe
skip worker hooks for 'time' if POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME is not set
6 years ago
romkatv
a36b0cba24
migrate load, ip and vpn_ip to worker
6 years ago
romkatv
573f2549cc
add back POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME support
6 years ago
romkatv
0d33157b12
migrate disk_usage and public_ip to worker
6 years ago
romkatv
a6e0b01dc1
remove explicit timeout support from worker
6 years ago
romkatv
da498aef57
support parallelism in worker
6 years ago
romkatv
a652d49bd9
Merge branch 'master' into worker
6 years ago
romkatv
0a484d1d99
print the same error message for 32-bit android as for 32-bit linux
...
see https://github.com/romkatv/gitstatus/pull/96
6 years ago
romkatv
145b1a1103
cleanup
6 years ago
romkatv
e0e6a4bf49
cleanup
6 years ago
romkatv
aa0f435d75
add worker.zsh
6 years ago
romkatv
f1da8c41ac
prepare for worker migration
6 years ago