Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
powerlevel10k-1.17.0.tar.gz.asc | 2023-01-14 | 833 Bytes | |
powerlevel10k-1.17.0.zip.asc | 2023-01-14 | 833 Bytes | |
README.md | 2023-01-14 | 1.5 kB | |
v1.17.0 source code.tar.gz | 2023-01-14 | 378.2 kB | |
v1.17.0 source code.zip | 2023-01-14 | 429.4 kB | |
Totals: 5 Items | 810.8 kB | 0 |
- 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. - 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.