romkatv
b7f03790e2
bump version
5 years ago
romkatv
5d460d7b99
remove trailing zeros from _p9k_human_readable_bytes
5 years ago
romkatv
fa4d151f94
cleanup
5 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
5 years ago
romkatv
57dc301d6e
bug fix: declare worker global vars in _p9k_init_vars
5 years ago
romkatv
5e42c4c930
add P9K_KUBECONTEXT_USER
5 years ago
romkatv
08f326a457
add _p9k__segment_{cond,va}_{left,right} and migrate swap to worker
5 years ago
romkatv
f1bb5601fe
process ready replies from worker synchornously in precmd
5 years ago
romkatv
565492b10e
migrate over from the old worker api; use worker in battery on macOS
5 years ago
romkatv
f1314f9072
Merge branch 'master' into worker
5 years ago
romkatv
08f73b27fd
cherry pick disk_usage fix from 0d33157b12
; see #435
5 years ago
romkatv
186d1539b9
add POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #430
5 years ago
romkatv
0f6b7953be
synthesize common prompt functions
5 years ago
romkatv
80e8e46fe5
Merge branch 'master' into worker
5 years ago
romkatv
e01b5d9529
refactor worker code
5 years ago
romkatv
2feac7f121
survive SIGINT during preexec; see #427
5 years ago
romkatv
f1e9d9ade7
fix ram segment on wsl
5 years ago
romkatv
b35a814828
migrate ram to worker
5 years ago
romkatv
0ae338dde1
make sure pwd and IFS are initialized when running *_compute
5 years ago
romkatv
e65f05d7be
bump versions
5 years ago
romkatv
5ae34b98fe
skip worker hooks for 'time' if POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME is not set
5 years ago
romkatv
a36b0cba24
migrate load, ip and vpn_ip to worker
5 years ago
romkatv
573f2549cc
add back POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME support
5 years ago
romkatv
0d33157b12
migrate disk_usage and public_ip to worker
5 years ago
romkatv
a6e0b01dc1
remove explicit timeout support from worker
5 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
5 years ago
romkatv
f1da8c41ac
prepare for worker migration
5 years ago
romkatv
a0f3d94dd6
fix POWERLEVEL9K_DIR_HYPERLINK=true with POWERLEVEL9K_SHORTEN_STRATEGY=truncate_from_right
...
fixes #420
5 years ago
romkatv
b241f2ce25
add ssh-agent to precommands
5 years ago
romkatv
ad22ff1ffa
speed up
5 years ago
romkatv
057533460f
use more precise pattern for process substitutions
5 years ago
romkatv
f15af7b2c2
Merge branch 'master' into reactive
5 years ago
romkatv
437b624532
rustup is just wow
5 years ago
romkatv
5ccec88673
Merge branch 'master' into reactive
5 years ago
romkatv
1cf99b34e5
give content expansion for rust_version access to full version through $P9K_RUST_VERSION; see #418
5 years ago
romkatv
ddecb91a0f
rust_version: support rustup; see #418
5 years ago
romkatv
4218cc5106
optimize `p10k display`, POWERLEVEL9K_*_SHOW_ON_COMMAND, and startup
5 years ago
romkatv
e9335145b3
add all p10k-* hooks to parameter signature
5 years ago
romkatv
1efade9962
don't replace show with print if p10k-on-post-prompt is defined
5 years ago
romkatv
32c3ad75cc
Merge branch 'master' into reactive
5 years ago
romkatv
2b307eefd8
clear to eol when printing empty_line and ruler
5 years ago
romkatv
35d2432326
parse process substitutions
5 years ago
romkatv
cbb3f2bc41
add `p10k display -a`
5 years ago
romkatv
1eb83b081e
add POWERLEVEL9K_COMMANDS_MAX_TOKEN_COUNT
5 years ago
romkatv
14623f0626
add POWERLEVEL9K_${segment}_SHOW_ON_COMMAND; bug fixes in parsing
5 years ago
romkatv
be359b6e76
group precommands with commands
5 years ago
romkatv
b8981328bb
minor opitimization
5 years ago
romkatv
02a5d21f12
incorporate latest parser fixes
5 years ago
romkatv
940e6dc118
write all p10k-on-* hooks to instant prompt
5 years ago
romkatv
849e9519de
back to 32 token limit
5 years ago