Commit Graph

147 Commits (40c0fea5f7eb5959514478a995bcaf76bdf328a6)

Author SHA1 Message Date
romkatv 1387763f27 comments 5 years ago
romkatv d93f3960ba add VIOWN color params 5 years ago
romkatv dfa7b1578f wizard: frame for lean prompt 5 years ago
romkatv 6767e271cd wizard: add transient prompt (optional); disable hot reload 5 years ago
romkatv 7b3532de44 enable vi_mode in configs that don't have prompt_char 5 years ago
romkatv f722f3d1ce add direnv segment; fixes 291 5 years ago
romkatv d40f54f30d define instant_prompt_example to demonstrate how to add segments to instant prompt 5 years ago
romkatv 627d471fca improve instant prompt usability, update docs and add an option to the wizard to enable it 5 years ago
romkatv 4f02ad912f enable instant prompt when configuration wizard runs 5 years ago
Benedikt Stemmildt af2b394eb3 Fix EXC_BAD_ACCESS on MacOS Catalina
Fix #259
5 years ago
romkatv 0302e68913 change dir foreground from black to white in rainbow style; looks a bit less ugly 5 years ago
romkatv 09130614ec add rainbow style; delete p9k style 5 years ago
romkatv 1ac9c771f7 cleanup 5 years ago
romkatv 0c59d87f08 add the default powerlevel9k style to the wizard 5 years ago
romkatv 40c062c3b9 tone down the downsides of pure 5 years ago
romkatv f1d295ca65 docs 5 years ago
romkatv d827b5f0a3 define POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS=0 in p10k-pure 5 years ago
romkatv 6b80091039 make p10k-pure work without gitstatus 5 years ago
romkatv b56ab6400c revamp aws_eb_env. it returns the starred entry from the output of "eb list" 5 years ago
romkatv bbaf6107c3 avoid calling 'functions +M' as it sometimes crashes zsh 5 years ago
romkatv 4ef1a9bbdd add azure prompt segment 5 years ago
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 #250 before this issue
was repurposed for something unrelated.
5 years ago
romkatv 2fd59f5acd replace expansion-based Git status formatter with a function 5 years ago
romkatv aa606e6cb0 don't print options when no_aliases, no_sh_glob and brace_expand are all set 5 years ago
romkatv 5f8ca72598 enable `aws` prompt segment by default 5 years ago
romkatv f6d361d70a remove old screenshots 5 years ago
romkatv 742ed29d93 bold user@hostname when root; add a comment explaining how to always show user@hostname 5 years ago
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 #233.
5 years ago
romkatv 5f08c5493f merge improvements from lean to pure 5 years ago
romkatv e645b79db3 survive aliased `local` 5 years ago
romkatv 0067e0d4a1 survive emulate sh; fixes #226 5 years ago
romkatv 11783c73a3 add vpn_ip (disable by default) 5 years ago
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 #219.
5 years ago
romkatv 263f915a49 cleanup 5 years ago
romkatv f3e96b17c8 comments 5 years ago
romkatv e32ea9cdbd comments 5 years ago
Roman Perepelitsa 4de7eaa95e
comments 5 years ago
romkatv ca49498cb6 don't display kubecontext namespace if it's literally 'default' 5 years ago
romkatv e909f09ca0 Merge branch 'config-kubernetes' of https://github.com/iAnomaly/powerlevel10k into iAnomaly-config-kubernetes 5 years ago
romkatv 1ad0e713a4 use fancier battery icons with nerd fonts 5 years ago
romkatv daedc56b3d typo in comments 5 years ago
romkatv 9ce277d179 strip hexadecimal colors from vcs when loading; see #207 5 years ago
romkatv eabdc9dc2e fix battery color 5 years ago
romkatv 2dbd375981 comments 5 years ago
romkatv 91b715f18f disable or substitute "compatible" icons that cannot be displayed by the stock Menlo on macOS 5 years ago
Cameron Boulton 4405297b13
Default Kubernetes content expansion to include namespace. 5 years ago
romkatv e8a38dc404 font comments 5 years ago
romkatv 9a5abe8185 add comments around git branch shortening 5 years ago
romkatv 71c6843cb4 add ram and load 5 years ago
romkatv cb2ca16f51 add POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT 5 years ago