You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
powerlevel10k/internal
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
..
configure.zsh remove MULTIBYTE requirement from the configuration wizard (#2397) 2 years ago
icons.zsh use nf-md-redhat as the RHEL logo when on nerdfont-v3 (#2583) 1 year ago
notes.md notes 5 years ago
p10k.zsh Allow setting a cache file name suffix, e.g. "-${TERM}" 10 months ago
parser.zsh don't leak 'token' local variable in parser (#1407) 4 years ago
wizard.zsh Allow setting a cache file name suffix, e.g. "-${TERM}" 10 months ago
worker.zsh survive broken $TMPDIR 3 years ago