Commit Graph

100 Commits (ebf19dfeeea65757a5446bbf4c15d9183d3a55d4)

Author SHA1 Message Date
romkatv 4f02ad912f enable instant prompt when configuration wizard runs
romkatv 1ac9c771f7 cleanup
romkatv b56ab6400c revamp aws_eb_env. it returns the starred entry from the output of "eb list"
romkatv bbaf6107c3 avoid calling 'functions +M' as it sometimes crashes zsh
romkatv 4ef1a9bbdd add azure prompt segment
romkatv b7bd643ae6 clarify comments for POWERLEVEL9K_DIR_MAX_LENGTH
Make it explicit that POWERLEVEL9K_DIR_MAX_LENGTH isn't
the only constraint that may cause directory truncation.

See the original description of  before this issue
was repurposed for something unrelated.
romkatv 2fd59f5acd replace expansion-based Git status formatter with a function
romkatv aa606e6cb0 don't print options when no_aliases, no_sh_glob and brace_expand are all set
romkatv 5f8ca72598 enable `aws` prompt segment by default
romkatv 742ed29d93 bold user@hostname when root; add a comment explaining how to always show user@hostname
romkatv 4a4f7e1eef new prompt segment: dotnet_version
To enable this segment:

  1. Run `p10k configure`.
  2. Open `~/.p10k.zsh` and search for `dotnet_version`.
  3. Uncomment the first occurrence.

Fixes .
romkatv e645b79db3 survive aliased `local`
romkatv 0067e0d4a1 survive emulate sh; fixes
romkatv 11783c73a3 add vpn_ip (disable by default)
romkatv 6b234b789d add OVERWRITE vi mode
When using vi_mode segment, the new mode can be enabled by
defining POWERLEVEL9K_VI_OVERWRITE_MODE_STRING.

    POWERLEVEL9K_VI_OVERWRITE_MODE_STRING=OVERWRITE

When using prompt_char, the new mode can be enabled by defining
POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true. The prompt symbol
in OVERWRITE state defaults to '▶'. It can be customized by
defining POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION.

    POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true
    POWERLEVEL9K_PROMPT_CHAR_OK_VIOWR_CONTENT_EXPANSION=R
    POWERLEVEL9K_PROMPT_CHAR_ERROR_VIOWR_CONTENT_EXPANSION=R

Fixes .
romkatv 263f915a49 cleanup
romkatv f3e96b17c8 comments
romkatv e32ea9cdbd comments
romkatv ca49498cb6 don't display kubecontext namespace if it's literally 'default'
romkatv e909f09ca0 Merge branch 'config-kubernetes' of https://github.com/iAnomaly/powerlevel10k into iAnomaly-config-kubernetes
romkatv 1ad0e713a4 use fancier battery icons with nerd fonts
romkatv daedc56b3d typo in comments
romkatv 9ce277d179 strip hexadecimal colors from vcs when loading; see
romkatv 2dbd375981 comments
romkatv 91b715f18f disable or substitute "compatible" icons that cannot be displayed by the stock Menlo on macOS
Cameron Boulton 4405297b13
Default Kubernetes content expansion to include namespace.
romkatv e8a38dc404 font comments
romkatv 9a5abe8185 add comments around git branch shortening
romkatv 71c6843cb4 add ram and load
romkatv cb2ca16f51 add POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT
romkatv 3a1ebea014 add more patterns to POWERLEVEL9K_SHORTEN_FOLDER_MARKER
romkatv 0c627eb31d add `proxy` prompt segment
romkatv 3f2f38a71e move time to the first prompt line
romkatv e537a0ee62 better utf-8 handling
romkatv 4c12eb7224 add terraform prompt segment
romkatv 37c6ea091e make all colors visible on white and solarized-light background; see
romkatv 49063ee757 add ranger prompt; see
romkatv 33e1dd7790 Try harder when running on a system with incorrectly configured locale.
ZSH will still be broken when locale is misconfigured but at least p10k
will work so users will look for help elsewhere.

Fixes .
romkatv e6d0da1c2e remove POWERLEVEL9K_ALWAYS_SHOW_CONTEXT from configs as it confuses users
romkatv 5f63a96581 spello
romkatv 4ba78dc2be shorten git branch name if over 32 chars long; tune colors
romkatv bafade8963 add POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY and POWERLEVEL9K_GO_VERSION_PROJECT_ONLY
romkatv 40f40c2994 add rust_version to lean and classic configs
romkatv 79cfbd12e7 enable rbenv by default in lean and classic configs
romkatv 987123f378 add rvm to lean and classic configs
romkatv b2ddbdb90d remove one space after VCS_BRANCH_ICON when using wide icons
romkatv 93230ae6ec change os_icon style
romkatv 24a5261a39 wizard: enable os_icon for users who like many icons
romkatv 9d6dfeae73 add POWERLEVEL9K_VCS_CONFLICTED_MAX_NUM
romkatv 59e96984a1 be more tolerant towards misconfigured locales; users with non-utf-8 locales will still have broken shells but at least p10k will work