- New Features
- New prompt segment:
cpu_arch
. Displays CPU architecture. - New prompt segment:
perlbrew
. Displays info from https://github.com/gugod/App-perlbrew. - New prompt segment:
lf
. Shows an indicator if within https://github.com/gokcehan/lf. - New parameter:
POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN
. Specifies which rube engies should be shown/hidden.
- New prompt segment:
- Improvements
- Suppress garbage output produced by Visual Studio Code intergated terminal.
- Opt out from code injection in Visual Studio Code integrated terminal.
- Show
kubecontext
when typing a command that invokeskubeseal
,skaffold
orkubent
. - Add Librem5 support to
battery
segment. - Survive environments with broken
FPATH
. - Add an arrow pointing to the frame when asking about frame color in the wizard.
- Prefer
ip
overifconfig
when querying network interfaces.
- Bug Fixes
- Handle metacharacters in current-context when parsing kubectl config.
- Work around a bug in zsh 5.4.1 (#1872).
- Suppress
nounset
error ifDIRENV_DIR
isn't defined. - Don't hide
distrobox
if$NAME
is empty. - Don't trust
cnorm
as it's incorrect in some combinations of terminals and terminfo. - Respect
CLOUDSDK_CONFIG
environment variable. - Assume that
dotnet
version may depend on the content ofglobal.json
. - Don't invoke
mktemp
if it doesn't exist. - Correctly detect SSH when using tmux.