aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-lean-8colors.zsh
Commit message (Collapse)AuthorAgeFilesLines
* don't display git tag when on a branch (#1294)Roman Perepelitsa2021-03-091-1/+1
|
* add fluxctl and stern to show kubecontext (#1268)bcochofel2021-02-211-1/+1
|
* Added wlan(w) to regular expression of network interfaces. (#1224)v1.14.6Dhananjay Tanpure2021-01-151-1/+1
| | | Name of network interface is generally wlan0 or wlp3s0.
* Add tailscale in VPN network interface regex. (#1208)Julio Carlos Barrera Juez2021-01-101-1/+1
|
* Remove trailing whitespace (#1173)Samuel Gräfenstein2020-12-201-1/+1
|
* refactor my_git_formatter to make it easier to change it so that tag is ↵Roman Perepelitsa2020-12-201-16/+24
| | | | always displayed
* dir: add _NON_EXISTENT similarly to _NON_WRITABLE (requires ↵Roman Perepelitsa2020-12-141-7/+18
| | | | | | POWERLEVEL9K_DIR_SHOW_WRITABLE=v3) See #1160.
* Correct some typos in zsh conf (#1119)Felix Yan2020-11-221-1/+1
|
* support POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=if-different; see #730Roman Perepelitsa2020-09-091-1/+2
|
* repair spelling of "occurrences" (#998)Lucas Larson2020-09-071-2/+2
|
* add scalaenv prompt segment; see #991Roman Perepelitsa2020-09-031-0/+14
|
* typo in commentsRoman Perepelitsa2020-09-021-1/+1
|
* wifi on linux: fix bugs and speed things upRoman Perepelitsa2020-09-011-5/+1
|
* add "gpd" to the list of default VPN network interfaces; see #979Roman Perepelitsa2020-08-271-1/+1
|
* add k9s, helmfile and terragrunt to some SHOW_ON_COMMAND params; #904Roman Perepelitsa2020-08-241-4/+4
|
* add an empty line after the branch/tag truncation logicRoman Perepelitsa2020-08-221-0/+1
|
* allow optional offset in POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #896Roman Perepelitsa2020-07-181-0/+5
|
* Fix POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD comments (#880)Henry Bley-Vroman2020-07-111-1/+1
|
* Merge branch 'ancarpan-terraform-show-default'v1.12.0Roman Perepelitsa2020-07-041-4/+6
|\
| * Add option to show terraform workspace even if it's defaultAndrea Carpani2020-07-031-0/+2
|/
* Fix typo in config comment. (#836)mundry2020-06-211-1/+1
| | | Co-authored-by: mundry <mundry@users.noreply.github.com>
* explicitly mention that POWERLEVEL9K_ASDF_${TOOL}_FOREGROUND overrides ↵Roman Perepelitsa2020-06-121-0/+1
| | | | POWERLEVEL9K_ASDF_FOREGROUND; see #817
* add an icon and asdf colors for julia; see #817Roman Perepelitsa2020-06-121-0/+5
|
* survive people explicitly disabling conda prompt and then expecting to see itRoman Perepelitsa2020-06-091-2/+3
|
* don't unset POWERLEVEL9K_GITSTATUS_DIR in config templatesRoman Perepelitsa2020-06-031-1/+1
|
* remove traling ")" from conda even if it is not followed by spaceRoman Perepelitsa2020-05-301-1/+1
|
* change the default anaconda format in config templatesromkatv2020-05-251-4/+26
| | | | | | Also document how to configure it. See #762.
* replace Ⅴ (roman numeral 5) with V (ascii); see #754romkatv2020-05-231-1/+1
|
* pyenv: display python version alongside environment name if unequalromkatv2020-05-181-0/+13
| | | | See #730.
* add POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false to config templatesromkatv2020-05-181-0/+2
| | | | See #730.
* fix POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN exampleromkatv2020-05-141-1/+1
|
* allow dir styling based on the pair: $PWD and whether it's writableromkatv2020-05-021-28/+38
| | | | fixes #678
* support POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER=first; see #669v1.7.0romkatv2020-04-281-4/+5
|
* unset DEFAULT_USER in generated .p10k.zsh; see #640romkatv2020-04-201-1/+1
|
* add a tip for disabling git branch truncationromkatv2020-04-091-0/+1
|
* add POWERLEVEL9K_CONFIG_FILEromkatv2020-04-051-0/+3
|
* enable the display of project name in gcloud segmentromkatv2020-03-211-8/+30
| | | | | Details: https://github.com/romkatv/powerlevel10k/issues/318#issuecomment-602037792
* fix typo: disk_usgae (#574)Marko Kaznovac2020-03-211-1/+1
|
* make os_icon non-boldromkatv2020-03-201-1/+1
|
* simplify configsromkatv2020-03-131-58/+9
| | | | | | | - 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
* spelloromkatv2020-03-101-1/+1
|
* add `package` prompt segmentromkatv2020-03-091-0/+13
|
* better color selection one-liners (see #554)romkatv2020-03-071-1/+1
|
* add POWERLEVEL9K_*ENV_SHOW_SYSTEM to config templatesromkatv2020-03-061-0/+16
|
* add POWERLEVEL9K_NODENV_SOURCES to config templatesromkatv2020-03-051-1/+4
|
* Add 'kogito' to POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND (#546)Roman Perepelitsa2020-03-041-1/+1
| | | Signed-off-by: David Ward <dward@redhat.com>
* add istioctl to POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND in all config templatesromkatv2020-03-031-1/+1
|
* add stack.yaml to the list of folder markersromkatv2020-02-291-0/+1
|
* add styling for asdf/haskellromkatv2020-02-291-0/+5
|
* add haskell_stack prompt segment (#535)romkatv2020-02-291-0/+15
|