Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | romkatv | 2019-10-11 | 1 | -4/+2 |
| | |||||
* | revamp aws_eb_env. it returns the starred entry from the output of "eb list" | romkatv | 2019-10-08 | 1 | -0/+7 |
| | |||||
* | avoid calling 'functions +M' as it sometimes crashes zsh | romkatv | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | add azure prompt segment | romkatv | 2019-10-08 | 1 | -0/+7 |
| | |||||
* | clarify comments for POWERLEVEL9K_DIR_MAX_LENGTH | romkatv | 2019-10-08 | 1 | -1/+2 |
| | | | | | | | | 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. | ||||
* | replace expansion-based Git status formatter with a function | romkatv | 2019-10-07 | 1 | -43/+84 |
| | |||||
* | don't print options when no_aliases, no_sh_glob and brace_expand are all set | romkatv | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | enable `aws` prompt segment by default | romkatv | 2019-09-24 | 1 | -0/+7 |
| | |||||
* | bold user@hostname when root; add a comment explaining how to always show ↵ | romkatv | 2019-09-24 | 1 | -4/+5 |
| | | | | user@hostname | ||||
* | new prompt segment: dotnet_version | romkatv | 2019-09-24 | 1 | -0/+9 |
| | | | | | | | | | | To enable this segment: 1. Run `p10k configure`. 2. Open `~/.p10k.zsh` and search for `dotnet_version`. 3. Uncomment the first occurrence. Fixes #233. | ||||
* | survive aliased `local` | romkatv | 2019-09-20 | 1 | -1/+1 |
| | |||||
* | survive emulate sh; fixes #226 | romkatv | 2019-09-20 | 1 | -12/+11 |
| | |||||
* | add vpn_ip (disable by default) | romkatv | 2019-09-19 | 1 | -0/+12 |
| | |||||
* | add OVERWRITE vi mode | romkatv | 2019-09-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | cleanup | romkatv | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | comments | romkatv | 2019-09-18 | 1 | -1/+0 |
| | |||||
* | comments | romkatv | 2019-09-10 | 1 | -1/+1 |
| | |||||
* | don't display kubecontext namespace if it's literally 'default' | romkatv | 2019-09-09 | 1 | -6/+7 |
| | |||||
* | Merge branch 'config-kubernetes' of ↵ | romkatv | 2019-09-09 | 1 | -1/+1 |
|\ | | | | | | | https://github.com/iAnomaly/powerlevel10k into iAnomaly-config-kubernetes | ||||
| * | Default Kubernetes content expansion to include namespace. | Cameron Boulton | 2019-09-07 | 1 | -1/+1 |
| | | |||||
* | | use fancier battery icons with nerd fonts | romkatv | 2019-09-09 | 1 | -8/+4 |
| | | |||||
* | | typo in comments | romkatv | 2019-09-09 | 1 | -1/+1 |
| | | |||||
* | | strip hexadecimal colors from vcs when loading; see #207 | romkatv | 2019-09-08 | 1 | -2/+2 |
| | | |||||
* | | comments | romkatv | 2019-09-07 | 1 | -2/+10 |
| | | |||||
* | | disable or substitute "compatible" icons that cannot be displayed by the ↵ | romkatv | 2019-09-07 | 1 | -1/+1 |
|/ | | | | stock Menlo on macOS | ||||
* | font comments | romkatv | 2019-09-06 | 1 | -4/+3 |
| | |||||
* | add comments around git branch shortening | romkatv | 2019-08-30 | 1 | -1/+3 |
| | |||||
* | add ram and load | romkatv | 2019-08-29 | 1 | -0/+20 |
| | |||||
* | add POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and ↵ | romkatv | 2019-08-29 | 1 | -0/+6 |
| | | | | POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT | ||||
* | add more patterns to POWERLEVEL9K_SHORTEN_FOLDER_MARKER | romkatv | 2019-08-28 | 1 | -2/+19 |
| | |||||
* | add `proxy` prompt segment | romkatv | 2019-08-27 | 1 | -0/+7 |
| | |||||
* | move time to the first prompt line | romkatv | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | better utf-8 handling | romkatv | 2019-08-20 | 1 | -1/+2 |
| | |||||
* | add terraform prompt segment | romkatv | 2019-08-19 | 1 | -0/+7 |
| | |||||
* | make all colors visible on white and solarized-light background; see #177 | romkatv | 2019-08-19 | 1 | -9/+9 |
| | |||||
* | add ranger prompt; see #171 | romkatv | 2019-08-17 | 1 | -0/+7 |
| | |||||
* | Try harder when running on a system with incorrectly configured locale. | romkatv | 2019-08-17 | 1 | -1/+3 |
| | | | | | | | ZSH will still be broken when locale is misconfigured but at least p10k will work so users will look for help elsewhere. Fixes #173. | ||||
* | remove POWERLEVEL9K_ALWAYS_SHOW_CONTEXT from configs as it confuses users | romkatv | 2019-08-16 | 1 | -1/+0 |
| | |||||
* | spello | romkatv | 2019-08-16 | 1 | -1/+1 |
| | |||||
* | shorten git branch name if over 32 chars long; tune colors | romkatv | 2019-08-14 | 1 | -3/+8 |
| | |||||
* | add POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY and ↵ | romkatv | 2019-08-12 | 1 | -1/+5 |
| | | | | POWERLEVEL9K_GO_VERSION_PROJECT_ONLY | ||||
* | add rust_version to lean and classic configs | romkatv | 2019-08-12 | 1 | -2/+9 |
| | |||||
* | enable rbenv by default in lean and classic configs | romkatv | 2019-08-10 | 1 | -1/+1 |
| | |||||
* | add rvm to lean and classic configs | romkatv | 2019-08-10 | 1 | -0/+11 |
| | |||||
* | remove one space after VCS_BRANCH_ICON when using wide icons | romkatv | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | change os_icon style | romkatv | 2019-08-07 | 1 | -3/+3 |
| | |||||
* | wizard: enable os_icon for users who like many icons | romkatv | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | add POWERLEVEL9K_VCS_CONFLICTED_MAX_NUM | romkatv | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | be more tolerant towards misconfigured locales; users with non-utf-8 locales ↵ | romkatv | 2019-08-05 | 1 | -19/+14 |
| | | | | will still have broken shells but at least p10k will work | ||||
* | require zsh 5.3 for nordvpn segment; fixes #148 | romkatv | 2019-08-05 | 1 | -1/+1 |
| |