Commit Graph

178 Commits (ed3287b737bafff6eefdf59a532caac88d2ff915)

Author SHA1 Message Date
romkatv b0a08e0ae5 Merge branch 'master' into tour 5 years ago
romkatv f91597fe7b speed up terraform, add classes to configs, bump version 5 years ago
romkatv d800fd5f41 rewrite the color faq; move omz p9k migration instructions to faq 5 years ago
romkatv 73878f398a add nix_shell prompt segment; see #448 5 years ago
romkatv 589c679045 add POWERLEVEL9K_GOENV_SOURCES to config templates 5 years ago
romkatv a5cafefa40 truncate timewarrior task names 5 years ago
romkatv 164100899e drop support for no-icons mode from all config templates 5 years ago
romkatv bfa70fa86d add timewarrior prompt segment; see #295 5 years ago
romkatv 5e42c4c930 add P9K_KUBECONTEXT_USER 5 years ago
romkatv 9c21f4b273 Merge branch 'master' into worker 5 years ago
Max Rydahl Andersen 774701432e Add `oc` to `POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND` (#436) 5 years ago
romkatv 8fe1521d21 add swap segment to config templates 5 years ago
romkatv 1fb30a62e7 add disk_usage to config templates 5 years ago
romkatv 8513fa63d9 add disk_usage to config templates 5 years ago
romkatv 831b8da62e add a comment explaining how to display VPN ip 5 years ago
romkatv 3391739b55 make the default glcoud format less verbose 5 years ago
romkatv 525e3257d8 port latest changes from p10k-lean.zsh to other styles 5 years ago
romkatv 5ecde25fea delete trash 5 years ago
romkatv 7b77d63e7e add "todo" prompt segment to default configs 5 years ago
romkatv acb6b68a37 add nnn prompt segment; see #342 5 years ago
romkatv a9620d7dca add plenv prompt segment; see #342 5 years ago
romkatv d8b847c67f add jenv prompt segment; see #342 5 years ago
romkatv 20a17daf15 add luaenv prompt segment; see #342 5 years ago
romkatv e45af961da BREAKING CHANGE: add classes to google_app_cred and change its default content 5 years ago
romkatv 8ef2b737d1 rename gcloud_app to google_app_cred and change its api 5 years ago
Rostyslav Sotnychenko caea2c5b2a
Add prompt for Google Cloud application credentials 5 years ago
romkatv 5591ad2290 add POWERLEVEL9K_RBENV_SOURCES; fixes #372 5 years ago
romkatv 14fc4d838c unbreak Git commit formatting 5 years ago
Alex Jurkiewicz 3c54e091f0 Add example for showing the current Git commit 5 years ago
romkatv 339703e2b1 better commends for POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION 5 years ago
romkatv c971c2a619 use simpler patterns in POWERLEVEL9K_DIR_CLASSES examples that don't require extended_glob 5 years ago
romkatv a8f9527079 add gcloud prompt segment; fixes #366 5 years ago
romkatv 22f0d6a82a add fvm 5 years ago
romkatv 196dce2d72 ensure vim_shell and midnight_commander icons are always shown; apply narrow_icons to them 5 years ago
romkatv 113f290826 add vim_shell prompt segment; see #359 5 years ago
romkatv ac2f387dfd new prompt segment: goenv (see #342) 5 years ago
romkatv 3340dc7269 new prompt segment: midnignt_commander (see #342) 5 years ago
romkatv 6a928c6500 comments 5 years ago
romkatv 37fa37c039 make it easier to edit context segment settings in generated configs 5 years ago
romkatv d55923be87 survive ancient zsh 5 years ago
romkatv fdb90994c9 add `p10k reload` and call it from all standard configs 5 years ago
romkatv 4b451fbc8a replace ↵ with ✘ in config templates
Some terminals are unable to display ↵ even when using fonts that
have this ghyph. See #326.
5 years ago
romkatv 1be144aed3 add POWERLEVEL9K_RBENV_SOURCES; see #333 5 years ago
Rostyslav Sotnychenko 1e009cf43a Add support for classes for AWS profile prompt 5 years ago
romkatv d93f3960ba add VIOWN color params 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
romkatv 1ac9c771f7 cleanup 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 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 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 e32ea9cdbd 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 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
romkatv 3a1ebea014 add more patterns to POWERLEVEL9K_SHORTEN_FOLDER_MARKER 5 years ago
romkatv 0c627eb31d add `proxy` prompt segment 5 years ago
romkatv 3f2f38a71e move time to the first prompt line 5 years ago
romkatv e537a0ee62 better utf-8 handling 5 years ago
romkatv 4c12eb7224 add terraform prompt segment 5 years ago
romkatv 37c6ea091e make all colors visible on white and solarized-light background; see #177 5 years ago
romkatv 49063ee757 add ranger prompt; see #171 5 years ago
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 #173.
5 years ago
romkatv e6d0da1c2e remove POWERLEVEL9K_ALWAYS_SHOW_CONTEXT from configs as it confuses users 5 years ago
romkatv 5f63a96581 spello 5 years ago
romkatv 4ba78dc2be shorten git branch name if over 32 chars long; tune colors 5 years ago
romkatv bafade8963 add POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY and POWERLEVEL9K_GO_VERSION_PROJECT_ONLY 5 years ago
romkatv 40f40c2994 add rust_version to lean and classic configs 5 years ago
romkatv 79cfbd12e7 enable rbenv by default in lean and classic configs 5 years ago
romkatv 987123f378 add rvm to lean and classic configs 5 years ago
romkatv b2ddbdb90d remove one space after VCS_BRANCH_ICON when using wide icons 5 years ago
romkatv 93230ae6ec change os_icon style 5 years ago
romkatv 24a5261a39 wizard: enable os_icon for users who like many icons 5 years ago
romkatv 9d6dfeae73 add POWERLEVEL9K_VCS_CONFLICTED_MAX_NUM 5 years ago
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 5 years ago
romkatv d8c509f5c9 require zsh 5.3 for nordvpn segment; fixes #148 5 years ago