Commit Graph

2604 Commits (60a6ad81dd2d753e9707fc58120a9f121630ed31)
 

Author SHA1 Message Date
romkatv 4c4402bfe4 better font instructions 5 years ago
romkatv 40523128dc make classic style look decent if background color differs between segments 5 years ago
romkatv 40df756e2d run configuration wizard if POWERLEVEL9K_MODE is the only set parameter 5 years ago
romkatv d6dedc53bc support hot reloading of gitstatus parameters 5 years ago
romkatv 2ce69f9554 add a pointer to make it easier where the separator is 5 years ago
romkatv 38a3ca7dc3 support gke kubecontext clusters that are mapped to regions instead of zones
fixes #139
5 years ago
romkatv 59c3293371 restore F 5 years ago
Roman Perepelitsa cd8d8e4594
Remove erroneous plus
Fixes #142
5 years ago
romkatv d8e6776ffd Merge branch 'master' of github.com:romkatv/powerlevel10k 5 years ago
romkatv fbbce2603f styling 5 years ago
Roman Perepelitsa b756c7ab77
Merge pull request #141 from Sad-Soul-Eater/go_version
Add go_version segment
5 years ago
romkatv 5000969dc6 docs 5 years ago
romkatv 16fa253116 update configuration and font guide 5 years ago
Sad-Soul-Eater 39538b3b5c
fix parameter name & change color 5 years ago
romkatv 4292efc03a cleanup 5 years ago
Sad-Soul-Eater d6397e71ad
add go_version segment 5 years ago
romkatv 2e5a085dbe run configuration wizard automatically if no POWERLEVEL9K options are defined 5 years ago
romkatv 89f3ec16d0 better message on quit 5 years ago
romkatv f702fe5b78 add separate options for separators, heads and tails; add more choices if using nerdfont 5 years ago
romkatv 784bd8166e add start-of-left and end-of-right symbols 5 years ago
romkatv 5e4628d485 fix fg color of RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL 5 years ago
romkatv a2a21ae95a add an option for right frame without left 5 years ago
romkatv 29b9397fa9 comments 5 years ago
romkatv 4c08fa0621 shorten text added to ~/.zshrc and print a banner at the end of the wizard 5 years ago
romkatv dd5fb35c29 revamp kubecontext config 5 years ago
romkatv 7cf4f7e57d ensure kubecontext namespace is not empty 5 years ago
romkatv 32421d296c expose more P9K_KUBECONTEXT variables for gke and eks contexts 5 years ago
romkatv f337616738 use consisent patterns when parsing yaml 5 years ago
romkatv 05deaa802f kubecontext: handle strings with spaces and ignore multi-line strings 5 years ago
romkatv 2318bda2c3 bug fixes: don't replace '_' with ' ' in gke clusters and clear the default of POWERLEVEL9K_KUBECONTEXT_SHORTEN 5 years ago
romkatv da7d986333 avoid printing grey text without knowing it's visible on the user's background 5 years ago
romkatv 224b62fbe4 silly typo: '\n' => $'\n'
fixes #140
5 years ago
romkatv 00ec3d16c2 enable all available shortening for kubecontext and enable the segment by default 5 years ago
romkatv 5bcbee96e4 add optional kubecontext shortening for gke and eks contexts
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.
5 years ago
romkatv 63f72c756f typo 5 years ago
romkatv 3e0c898e59 make fluent prompt less ugly in classic style 5 years ago
romkatv d872930c5c disable prompt_subst 5 years ago
romkatv 742ddb459f better diagnostics for small screens 5 years ago
romkatv deb0093a02 add a screen for selecting background color 5 years ago
romkatv 3ae642c788 enable by default: virtualenv, anaconda, pyenv, nodenv, nvm, nodeenv 5 years ago
romkatv bdc211b64f add nodeenv parameters similar to other envs 5 years ago
romkatv 6e85de122f add an option to insert prefixes similar to spaceship 5 years ago
romkatv 71835e3139 define prompt prefixes 5 years ago
romkatv b830c5cc45 comments 5 years ago
romkatv c93ad39604 specify different context template for root 5 years ago
romkatv 86c52722d9 specify different context template for root 5 years ago
romkatv ba39eb3421 support POWERLEVEL9K_CONTEXT_${state}_TEMPLATE 5 years ago
romkatv bab487aa6e quote process subs 5 years ago
romkatv cdbbebf19d add an option to enable/disable useless icons 5 years ago
romkatv bf5ad6d97a make it easier to enable/disable useless vcs icons from the wizard 5 years ago