| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
It's possible that #156 is caused by some code changing PWD.
|
| |
|
| |
|
|
|
|
| |
will still have broken shells but at least p10k will work
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #139
|
|
|
| |
Fixes #142
|
| |
|
| |
|
| |
|
|
|
|
| |
using nerdfont
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
of POWERLEVEL9K_KUBECONTEXT_SHORTEN
|
| |
|
|
|
|
| |
fixes #140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is done via an optional array parameter that lists
shortening stragies to be applied. Currently there are
only two supported strategies: 'gke' and 'eks'.
# Shorten gke and eks cluster names:
#
# - gke_projectname_availability-zone_cluster-01 => cluster-01
# - arn:aws:eks:us-east-1:XXXXXXXXXXXX:cluster/eks-infra => eks-infra
#
# This transformation is applied before class matching and content
# expansion.
POWERLEVEL9K_KUBECONTEXT_SHORTEN=(gke eks)
For https://github.com/romkatv/powerlevel10k/issues/139.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|