romkatv
bfa70fa86d
add timewarrior prompt segment; see #295
5 years ago
romkatv
a9715367d4
fix prompt_char (never showed error); unify options
5 years ago
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
romkatv
efe0e79436
don't array-expand unnecessarily
5 years ago
romkatv
8380cee319
run widget hooks only from PS1
5 years ago
romkatv
db9913984d
integrate the new command buffer parser intp p10k
5 years ago
romkatv
bbd5791aac
pass fd to _p9k_restore_prompt
5 years ago
romkatv
9da0365dfb
make sure the next hook called after p10k-on-post-prompt is always either p10k-on-pre-prompt or p10k-on-init
5 years ago
romkatv
5deed4d459
fix bugs in widget hooks and improve performance
5 years ago
romkatv
ed78375a2e
work around bugs in zsh-syntax-highlighting
5 years ago
romkatv
1173119d55
wrap all widgets; call p10k-on-post-widget hook if defined
5 years ago
romkatv
c79d0c0478
call p10k-on-init hook if defined
5 years ago
romkatv
d77bc5fa46
set DISABLE_UPDATE_PROMPT=true when activating instant prompt
...
This is an Oh My Zsh option that makes it update without asking for
confirmation. In practice, when instant prompt is active, OMZ doesn't
wait for the user confirmation and automatically updates.
By setting DISABLE_UPDATE_PROMPT=true we get rid of the spurious
question from the console output without changing the behavior of OMZ
updater.
5 years ago
romkatv
784fea72b5
fix omz update detection
5 years ago
romkatv
e371319f49
don't print concole output warning if oh-my-zsh updates during instant prompt
5 years ago
romkatv
2291458a5a
show the number of filtered toto tasks if not the same as total and add options to hide todo when filtered and/or total is zero
5 years ago
romkatv
970f4fb8ff
bug fix: set $0 to =todo.sh when sourcing the user config; fixes #403
5 years ago
romkatv
acb6b68a37
add nnn prompt segment; see #342
5 years ago
romkatv
a9620d7dca
add plenv prompt segment; see #342
5 years ago
romkatv
d8b847c67f
add jenv prompt segment; see #342
5 years ago
romkatv
20a17daf15
add luaenv prompt segment; see #342
5 years ago
romkatv
e45af961da
BREAKING CHANGE: add classes to google_app_cred and change its default content
5 years ago
romkatv
e2c46f0dfc
bug fix: don't trigger transint prompt behavior on Ctrl-C when it wouldn't terminate the top-level zle; fixes #321
5 years ago
romkatv
f220106baa
bug fix: escape backquote; fixes #404
5 years ago
romkatv
8ef2b737d1
rename gcloud_app to google_app_cred and change its api
5 years ago
romkatv
1086f747ba
Merge branch 'update-gcloud' of https://github.com/rsotnychenko/powerlevel10k into rsotnychenko-update-gcloud
5 years ago
romkatv
fa665ae4a7
bug fix: don't print an empty line after the ruler
...
If the visibility of ruler is 'print', there is an extra
empty line printed after it. With 'show' there is no
extra empty line (as expected).
With this commit there is no empty line in either case.
Fixes #383 .
5 years ago
romkatv
e72c6b9338
bump versions
5 years ago
Rostyslav Sotnychenko
0d0425c1ba
Fix typos
5 years ago
Rostyslav Sotnychenko
caea2c5b2a
Add prompt for Google Cloud application credentials
5 years ago
romkatv
541646c12e
hide cursor when rewrawing prompt
5 years ago
romkatv
5591ad2290
add POWERLEVEL9K_RBENV_SOURCES; fixes #372
5 years ago
romkatv
d5cff592c6
display the new rustc version when rustc is upgraded; fixes #365
5 years ago
romkatv
a8f9527079
add gcloud prompt segment; fixes #366
5 years ago
romkatv
22f0d6a82a
add fvm
5 years ago
romkatv
113f290826
add vim_shell prompt segment; see #359
5 years ago
romkatv
ac2f387dfd
new prompt segment: goenv (see #342 )
5 years ago
romkatv
3340dc7269
new prompt segment: midnignt_commander (see #342 )
5 years ago
romkatv
a9af1e86b1
survive ancient zsh in PATH
5 years ago
romkatv
41eebccdc4
roll back accidental change
5 years ago
romkatv
1e7cd82e03
don't unset prompt_sp when bailing early
5 years ago
romkatv
84be5266ec
survive ancient zsh in PATH
5 years ago
romkatv
183ec8ff6e
survive ancient zsh in PATH (run wizard.zsh from a fork)
5 years ago
romkatv
213ef3e426
add POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES; closes #350
5 years ago
romkatv
fdb90994c9
add `p10k reload` and call it from all standard configs
5 years ago
romkatv
1be144aed3
add POWERLEVEL9K_RBENV_SOURCES; see #333
5 years ago
Rostyslav Sotnychenko
1e009cf43a
Add support for classes for AWS profile prompt
5 years ago
romkatv
707d7d6671
bug fix: %k was printed instead of %f
5 years ago
romkatv
2fa5480b0c
move iterm mark above ruler and empty_line; otherwise transient prompt is broken and Select Output of Last Command includes more than it should
5 years ago
romkatv
1dee8902ab
don't empty PROMPT in preexec; it makes it harder to debug stuff
5 years ago
romkatv
40c0fea5f7
Revert "try to fix prompt marks on apple terminal"
...
This reverts commit c3afd891c7
.
5 years ago