summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | typoRoman Perepelitsa2020-10-211-1/+1
| |
* | better wizard intro when installing z4hRoman Perepelitsa2020-10-211-2/+5
| |
* | add font.mdRoman Perepelitsa2020-10-211-0/+77
| |
* | add #font anchor to the readmeRoman Perepelitsa2020-10-211-1/+1
| |
* | recognize double-quoted strings when parsing kube configs; other types of ↵Roman Perepelitsa2020-10-211-18/+27
| | | | | | | | quotes are still not supported; see #1061
* | Correct Python version in README (#1065)Kid2020-10-211-1/+1
| |
* | make it more difficult to incorrectly restart iTerm2 after installing MesloRoman Perepelitsa2020-10-191-17/+11
| |
* | typoRoman Perepelitsa2020-10-191-1/+1
| |
* | wizard: suppress the into message if z4h would print its welcomeRoman Perepelitsa2020-10-191-5/+6
| |
* | wizard: suppress the outro message if z4h would print its welcomeRoman Perepelitsa2020-10-191-10/+18
| |
* | fix a typo that was preventing zinit-specific diagnostic from being printed ↵Roman Perepelitsa2020-10-091-2/+2
| | | | | | | | as part of an error message
* | Merge commit '0da94e8ef1b84581ce8b4eb397c9e465640711ea'Roman Perepelitsa2020-10-050-0/+0
|\|
| * Squashed 'gitstatus/' changes from a760bda8..6ba954a4Roman Perepelitsa2020-10-051-2/+2
| | | | | | | | | | | | | | 6ba954a4 make lowercasing work with Turkish locale git-subtree-dir: gitstatus git-subtree-split: 6ba954a4a6fb2b86e7d10b4b19db7757b4876525
* | make configuration options work when using Turkish locale (#1036)Roman Perepelitsa2020-10-053-36/+42
| |
* | fix a TOC linkRoman Perepelitsa2020-10-021-1/+1
| |
* | add offline installation instructions (#1033)Roman Perepelitsa2020-10-021-0/+24
| |
* | dir: ignore separator overrides if cwd is / and ↵Roman Perepelitsa2020-09-291-12/+16
| | | | | | | | POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER is true
* | expand c-escapes in POWERLEVEL9K_DIR_PATH_SEPARATORRoman Perepelitsa2020-09-291-0/+1
| |
* | mention that zsh-theme-powerlevel10k community package is to be avoided (#1018)Roman Perepelitsa2020-09-211-0/+8
| |
* | docs: remove -u from yay commands (#1018)Roman Perepelitsa2020-09-191-2/+2
| |
* | don't print instant prompt if it was generated with the different value of ↵Roman Perepelitsa2020-09-161-4/+5
| | | | | | | | terminfo[colors]
* | wizard: recognize `source $POWERLEVEL9K_CONFIG_FILE` in .zshrcRoman Perepelitsa2020-09-151-1/+3
| |
* | bug fix: superfluous dash in P9K_KUBECONTEXT_CLOUD_ZONE (#1013)Roman Perepelitsa2020-09-151-2/+2
| |
* | Merge commit '760f7cb7a55203be03ddf789dd3c06e75377423f'Roman Perepelitsa2020-09-111-1/+1
|\|
| * Squashed 'gitstatus/' changes from 3f874d9c..a760bda8Roman Perepelitsa2020-09-111-1/+1
| | | | | | | | | | | | | | a760bda8 disable certificate checks in curl; we are checking sha256 anyway git-subtree-dir: gitstatus git-subtree-split: a760bda882be6e79a5ff0ab0ccc0e576781dca7a
* | support POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=if-different; see #730Roman Perepelitsa2020-09-095-12/+25
| |
* | repair spelling of "occurrences" (#998)Lucas Larson2020-09-074-8/+8
| |
* | add scalaenv prompt segment; see #991Roman Perepelitsa2020-09-036-0/+129
| |
* | typo in commentsRoman Perepelitsa2020-09-024-4/+4
| |
* | support generic POWERLEVEL9K_* parameters for segments with dashes in their ↵Roman Perepelitsa2020-09-011-3/+3
| | | | | | | | names
* | wifi: further cleanupv1.13.0Roman Perepelitsa2020-09-011-22/+12
| |
* | wifi on linux: fix bugs and speed things upRoman Perepelitsa2020-09-015-95/+89
| |
* | Merge branch 'master' of https://github.com/sys-lectern/powerlevel10k into ↵Roman Perepelitsa2020-09-011-22/+66
|\ \ | | | | | | | | | sys-lectern-master
| * | minor fixes and syntax improvementssys-lectern2020-08-251-0/+7
| | |
| * | Merge branch 'master' of https://github.com/sys-lectern/powerlevel10ksys-lectern2020-08-250-0/+0
| |\ \
| | * | Delete log.txtDavid2020-08-241-1/+0
| | | |
| * | | minor fixes and syntax improvementssys-lectern2020-08-252-8/+7
| |/ /
| * | linux wifi widgethal90002020-08-242-28/+66
| | |
* | | support per-state POWERLEVEL9K_BATTERY_HIDE_ABOVE_THRESHOLD; see #988Roman Perepelitsa2020-08-311-2/+3
| | |
* | | wizard: don't refuse to start if ZDOTDIR is not writable; see #987Roman Perepelitsa2020-08-302-6/+22
| | |
* | | docs: explicitly mention that powerlevel10k doesn't affect key bindingsRoman Perepelitsa2020-08-281-0/+1
| | |
* | | bug fix: trigger transient prompt on send-breakRoman Perepelitsa2020-08-281-1/+17
| | |
* | | wizard: simplify instant prompt screen; make sure all screens work with ↵Roman Perepelitsa2020-08-272-21/+39
| | | | | | | | | | | | 47x14 terminal size
* | | add "gpd" to the list of default VPN network interfaces; see #979Roman Perepelitsa2020-08-275-6/+6
| | |
* | | suport hex flags in the output of ifconfig; see #979Roman Perepelitsa2020-08-261-2/+2
| | |
* | | add k9s, helmfile and terragrunt to some SHOW_ON_COMMAND params; #904Roman Perepelitsa2020-08-245-21/+21
| | |
* | | use portable sed syntaxRoman Perepelitsa2020-08-241-1/+1
|/ /
* | add an empty line after the branch/tag truncation logicRoman Perepelitsa2020-08-224-0/+4
| |
* | enable extended_glob in p10k-{pure,robbyrussell}.zsh to fix `unset -m`Roman Perepelitsa2020-08-212-2/+2
| |
* | wizard: when using z4h, automatically enable instant prompt in quiet modeRoman Perepelitsa2020-08-201-0/+6
| |