romkatv
1ac3624463
progress on asdf design
5 years ago
romkatv
ce37ae5426
Merge branch 'master' into asdf
5 years ago
romkatv
5e5ff583a3
extend the ZLE_RPROMPT_INDENT=0 workaround to a few more cases
...
If the last right prompt line can be proven to always have
zero length after prompt expansion, we can unset RPROMPT
thus avoiding triggering zsh bugs related to ZLE_RPROMPT_INDENT=0.
Fixes #458 .
5 years ago
romkatv
4095a018dc
basic asdf design
5 years ago
romkatv
fab13389f1
remove profiling instrumentation
5 years ago
romkatv
3b2fa36cd6
comments
5 years ago
romkatv
71f4eade9f
add wifi prompt segment
5 years ago
romkatv
4b62cd7380
bug fix: make reset=2 sticky
5 years ago
romkatv
a0535ffcd6
replace all wide glyphs with narrow in nerdfont configuration; many terminals have bugs that prevents them from properly rendering wide glyphs
5 years ago
romkatv
1a9c8d126c
typo
5 years ago
romkatv
c321e50f38
remove redundant expansion of C-escapes
5 years ago
romkatv
6db57923b1
add POWERLEVEL9K_BATTERY_${state}_{STAGES,LEVEL_BACKGROUND,LEVEL_FOREGROUND}
5 years ago
romkatv
4599ad9f2c
add extra options to pure style
...
- non-permanent content location (left or right)
- show current time
- prompt height (one or two lines)
- prompt spacing (with empty line between prompts or without)
5 years ago
romkatv
eb9da89ad9
quote $foo when running with unknown options; fixes #453
5 years ago
romkatv
b0a08e0ae5
Merge branch 'master' into tour
5 years ago
romkatv
f91597fe7b
speed up terraform, add classes to configs, bump version
5 years ago
Jérôme Foray
ae12802bbe
Add support for classes to terraform segment
5 years ago
romkatv
1bdee256e5
add POWERLEVEL9K_LEGACY_ICON_SPACING
5 years ago
romkatv
c65260aaab
change the default timewarrior icon (shield => watch); see #295
5 years ago
romkatv
788ee7df4d
bug fix: remove spurious "entry=" from instant prompt
5 years ago
romkatv
1f2251b799
bug fix: don't cache range and nnn segments as their content is not static
5 years ago
romkatv
73878f398a
add nix_shell prompt segment; see #448
5 years ago
romkatv
0a4b832b25
add `tabbed` to the list of precommands
5 years ago
romkatv
0a7f7c85c4
minor fixes
5 years ago
romkatv
674e5fd029
bump version
5 years ago
romkatv
5ce620436d
quote override dirs form rustup
5 years ago
romkatv
5f6d73c5ac
don't call stat in prompt_dir; use _p9k__parent_mtimes instead
5 years ago
romkatv
43fe2c30d1
cleanup
5 years ago
romkatv
4d4c2658b3
migrate remaining segments to the new globbing api
5 years ago
romkatv
3c64f43f2d
make __p9k_byte_suffix readonly
5 years ago
romkatv
286ba2a84b
s/_p9k_upsearch/_p9k_upglob/g
5 years ago
romkatv
34d34eb112
finish fast globbing and start migrating stuff
5 years ago
romkatv
262ce24905
Merge branch 'master' into glob
5 years ago
romkatv
5de4142517
set prompt_subst when printing ruler; see #444
5 years ago
romkatv
c7405e4678
start working on faster globbing
5 years ago
romkatv
14868da64a
move buffer parser to internal/parser.zsh
5 years ago
romkatv
37f6b67dc9
better text flowing when nudging to restart iTerm2
5 years ago
romkatv
3bca7e845f
detect source code corruption done by antigen and suggest resetting cache
5 years ago
romkatv
12e0d2e7e8
notes
5 years ago
romkatv
164100899e
drop support for no-icons mode from all config templates
5 years ago
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
98c614b851
move notes.txt to internal to avoid confusing people
5 years ago
romkatv
8d2ab89627
remove debugging junk
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