Commit Graph

96 Commits (9dadc822e354e98b75e51c836ff464cbc8d4676a)

Author SHA1 Message Date
romkatv b80a4254b7 disable vi_mode if prompt_char is enabled; see
romkatv 90d19e6f97 enable the display of project name in gcloud segment
Details:
https://github.com/romkatv/powerlevel10k/issues/318#issuecomment-602037792
Marko Kaznovac af4f7a5890
fix typo: disk_usgae ()
romkatv 6f9ae0fd17 make os_icon non-bold
romkatv e4e165f6d7 simplify configs
- use POWERLEVEL9K_ICON_PADDING instead of
  POWERLEVEL9K_VISUAL_IDENTIFIER_EXPANSION to customize padding after
  icons
- remove reliance on UTF-8 locale when the config is being sourced
romkatv 3eaa7acb50 spello
romkatv db1e12bce3 add `package` prompt segment
romkatv 1cd33e5445 better color selection one-liners (see )
romkatv c9c607369c add POWERLEVEL9K_*ENV_SHOW_SYSTEM to config templates
romkatv cdb856e374 add POWERLEVEL9K_NODENV_SOURCES to config templates
Roman Perepelitsa a8cdc46a15
Add 'kogito' to POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND ()
Signed-off-by: David Ward <dward@redhat.com>
romkatv 945643bcab add istioctl to POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND in all config templates
romkatv 04d19d031a add stack.yaml to the list of folder markers
romkatv dc8070219f add styling for asdf/haskell
romkatv 18701f4e49 add haskell_stack prompt segment ()
romkatv 4499e2069b add java_version to config templates (disabled by default)
romkatv 112648acb1 more robust locale workaround in configs
romkatv e84b20901c s/ASDF_GO/ASDF_GOLANG/
Fixes .
romkatv 27d018bc20 add POWERLEVEL9K_VPN_IP_SHOW_ALL; see
romkatv 1885d15da2 set P9K_IP_TX_RATE and P9K_IP_RX_RATE to empty instead of 0 when unable to get the real values
romkatv 8cf22480c0 add taskwarrior prompt segment; see
romkatv 0e04538c38 add laravel_version to config templates
romkatv b8a949498f add php configuration for asdf
romkatv d34f3dd983 comments
romkatv 9a3263fbe5 add php_version to config templates; see
romkatv 245a420499 add phpenv prompt segment; see
romkatv c5782e9dab add SHOW_ON_UPGLOB parameters for asdf to config templates; see
romkatv eb3ddadc6c add POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN='~' to config templates
romkatv 7c8e7d960c add POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY to config templates and display "─" if worktree scan was skipped
Gibson Fahnestock d37cf22a9c show VCS_STATUS_PUSH_COMMITS_{AHEAD,BEHIND} in vcs by default
Fixes .
romkatv a0f4447b60 add hide-related asdf parameters to config templates
romkatv af42857637 add custom colors for several asdf tools: erlang, elixir, postgres
romkatv 50318c0250 add POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER to config templates
romkatv f509a16bbb add asdf to config templates (enabled by default)
romkatv 73e24180a0 add `ip` to config templates
romkatv 637752ef7b comments
romkatv 71f4eade9f add wifi prompt segment
romkatv 4599ad9f2c add extra options to pure style
- non-permanent content location (left or right)
- show current time
- prompt height (one or two lines)
- prompt spacing (with empty line between prompts or without)
romkatv b6cb9618a8 spelling and cleanup
romkatv b0a08e0ae5 Merge branch 'master' into tour
romkatv f91597fe7b speed up terraform, add classes to configs, bump version
romkatv d800fd5f41 rewrite the color faq; move omz p9k migration instructions to faq
romkatv 73878f398a add nix_shell prompt segment; see
romkatv 589c679045 add POWERLEVEL9K_GOENV_SOURCES to config templates
romkatv a5cafefa40 truncate timewarrior task names
romkatv 164100899e drop support for no-icons mode from all config templates
romkatv bfa70fa86d add timewarrior prompt segment; see
romkatv 5e42c4c930 add P9K_KUBECONTEXT_USER
romkatv 9c21f4b273 Merge branch 'master' into worker
Max Rydahl Andersen 774701432e Add `oc` to `POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND` ()