Commit Graph

2885 Commits (8395e6cd688d24d27a34a06f10816b3dc3d10920)
 

Author SHA1 Message Date
romkatv 784bd8166e add start-of-left and end-of-right symbols
romkatv 5e4628d485 fix fg color of RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL
romkatv a2a21ae95a add an option for right frame without left
romkatv 29b9397fa9 comments
romkatv 4c08fa0621 shorten text added to ~/.zshrc and print a banner at the end of the wizard
romkatv dd5fb35c29 revamp kubecontext config
romkatv 7cf4f7e57d ensure kubecontext namespace is not empty
romkatv 32421d296c expose more P9K_KUBECONTEXT variables for gke and eks contexts
romkatv f337616738 use consisent patterns when parsing yaml
romkatv 05deaa802f kubecontext: handle strings with spaces and ignore multi-line strings
romkatv 2318bda2c3 bug fixes: don't replace '_' with ' ' in gke clusters and clear the default of POWERLEVEL9K_KUBECONTEXT_SHORTEN
romkatv da7d986333 avoid printing grey text without knowing it's visible on the user's background
romkatv 224b62fbe4 silly typo: '\n' => $'\n'
fixes 
romkatv 00ec3d16c2 enable all available shortening for kubecontext and enable the segment by default
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.
romkatv 63f72c756f typo
romkatv 3e0c898e59 make fluent prompt less ugly in classic style
romkatv d872930c5c disable prompt_subst
romkatv 742ddb459f better diagnostics for small screens
romkatv deb0093a02 add a screen for selecting background color
romkatv 3ae642c788 enable by default: virtualenv, anaconda, pyenv, nodenv, nvm, nodeenv
romkatv bdc211b64f add nodeenv parameters similar to other envs
romkatv 6e85de122f add an option to insert prefixes similar to spaceship
romkatv 71835e3139 define prompt prefixes
romkatv b830c5cc45 comments
romkatv c93ad39604 specify different context template for root
romkatv 86c52722d9 specify different context template for root
romkatv ba39eb3421 support POWERLEVEL9K_CONTEXT_${state}_TEMPLATE
romkatv bab487aa6e quote process subs
romkatv cdbbebf19d add an option to enable/disable useless icons
romkatv bf5ad6d97a make it easier to enable/disable useless vcs icons from the wizard
romkatv 9a7d86d1f2 fix MULTILINE_*_PREFIX icons for awesome-mapped-fontconfig and remove dollars
romkatv f4cdf0e0eb fix POWERLEVEL9K_DIR_CLASSES
romkatv 2cc7df757b Revert "fork before calling _p9k_init_icons"
This reverts commit 6699d15df9.
romkatv 6699d15df9 fork before calling _p9k_init_icons
romkatv e4f04403d0 add an option to remove frame
romkatv 8038ce4fae remove indentation to make it easier to patch config
romkatv 478ad28810 comments
romkatv c85d1769ef add prompt_char
romkatv a471454b60 make wizard colors work better in Solarized Dark
romkatv 81aa7185e2 update colors to match changes in configs
romkatv f1f485b1c0 revert accidental context change
romkatv f565be5a59 make prompt look nicer in Solarized Dark
romkatv 7b081b13b4 make prompt look nicer in Solarized Dark
romkatv 7f6e74f012 Don't show ram prompt if /proc/meminfo lists not-a-number for MemAvailable.
I've never encountered the case where this commit makes a difference
but it's possible that  will get fixed.
romkatv d963f10db9 change EXECUTION_TIME_ICON and NODE_ICON in the default mode; many fonts couldn't render these
romkatv 93f3b976b9 Merge branch 'master' of github.com:romkatv/powerlevel10k
romkatv a1582d4e7c pull upstream changes from gitstatus
Roman Perepelitsa e3f5a1c343
grammar
romkatv 4f94d1d640 typo