Frederick Zhang
82fdf6848d
Allow setting a cache file name suffix, e.g. "-${TERM}"
...
When mixing tmux (TERM=tmux-256color) and native terminal windows/tabs
(e.g. TERM=xterm-kitty), since they share the same instant prompt cache
files, the cache files are invalidated every time I start a new Zsh in a
different $TERM [1].
People who have this issue can set _P10K_CACHE_SUFFIX="-${TERM}" to work
around it.
[1] e2db860745
10 months ago
Roman Perepelitsa
5ea5d4bc19
disable re_match_pcre, otherwise we can get an error when users enable this option without having zsh/pcre module
4 years ago
Roman Perepelitsa
2d74ac9d06
prefix all `source` calls with `builtin`
5 years ago
romkatv
e3beeea0ae
block SIGINT in nested p10k calls; allow SIGINT in gitstatus_start
5 years ago
romkatv
9fc454fc08
mangle gitstatus function names
5 years ago
romkatv
dc1f023344
work around more zsh bugs w.r.t. local traps
5 years ago
romkatv
aceb1c5c77
fix a typo: ${x:-} => ${x:--}
5 years ago
romkatv
5d41bf4703
block SIGINT while powerlevel10k is running
5 years ago
romkatv
e1323716fe
zf_rm before zf_mv to work around NTFS bugs (see #610 )
5 years ago
romkatv
3ef4e68b5f
suppress errors from zf_mv ( fixes #610 )
5 years ago
romkatv
b2667b8270
don't compile sources if zsh is < 5.1
5 years ago
romkatv
891090acc4
make locale workarounds more robust
5 years ago
romkatv
9ce0a0551e
attempt to make locale workarounds more robust
5 years ago
romkatv
d9da275e9e
more robust zcompile
5 years ago
romkatv
6e9fbbcae4
stop unsetting local_options in powerlevel10k.zsh-theme; see #496
5 years ago
romkatv
9a0e093e0e
disable mmap when loading powerlevel10k; maybe it'll help with #490
5 years ago
romkatv
d71d1409c4
fix `p10k display -a`
5 years ago
romkatv
a12f7ac8ee
when the user's locale is misconfigured, set it to utf8 at the top level
...
fixes #469
5 years ago
romkatv
eb9da89ad9
quote $foo when running with unknown options; fixes #453
5 years ago
romkatv
14868da64a
move buffer parser to internal/parser.zsh
5 years ago
romkatv
3bca7e845f
detect source code corruption done by antigen and suggest resetting cache
5 years ago
romkatv
b7777bb86e
attempt to work around antigen bugs
5 years ago
romkatv
a9715367d4
fix prompt_char (never showed error); unify options
5 years ago
romkatv
0d33157b12
migrate disk_usage and public_ip to worker
5 years ago
romkatv
d0ff9df8d0
return => return 0
5 years ago
romkatv
d17f22e5b0
better handling of XDG_CACHE_HOME changes
6 years ago
romkatv
41c0a87918
wip: instant prompt (part 4)
6 years ago
romkatv
d6a336358a
replace symbolic links with regular files that "source"
6 years ago
romkatv
ceae2d7422
remove most things
6 years ago