Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace POWERLEVEL9K_LOAD_THRESHOLD with ↵ | Roman Perepelitsa | 2021-04-10 | 1 | -12/+7 |
| | | | | POWERLEVEL9K_LOAD_{WARNING,CRITICAL}_PCT (#1340) | ||||
* | Fix gcloud CLI (#1342) | Tim Ysewyn | 2021-04-04 | 1 | -3/+2 |
| | | | This reverts #1324 (d3de2e5). | ||||
* | Add CPU load threshold setting (#1340) | Klas Mellbourn | 2021-04-04 | 1 | -0/+7 |
| | |||||
* | Get active gcloud profile using `list` command (#1331) | Éverton Arruda | 2021-03-30 | 1 | -1/+1 |
| | | | | | `gcloud config configure describe` command does not have `--filter` option. To filter the active profile using `--filter` it is necessary to use `gcloud config configure list` command | ||||
* | respect POWERLEVEL9K_SHORTEN_DIR_LENGTH when ↵ | Roman Perepelitsa | 2021-03-28 | 1 | -2/+5 |
| | | | | POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_last | ||||
* | Sets the filter for the current gcloud profile (#1324) | Ramon Lucas | 2021-03-27 | 1 | -1/+2 |
| | | | When you have multiple profiles set up, you should only search for what is currently active. | ||||
* | remove all CR from prompt (#1304 and #1305) | Roman Perepelitsa | 2021-03-17 | 1 | -3/+3 |
| | |||||
* | Fix #1286 (#1288) | wzy | 2021-03-07 | 1 | -3/+3 |
| | |||||
* | add azure classes (#1274) | bcochofel | 2021-02-21 | 1 | -1/+9 |
| | |||||
* | work around bugs in add-zle-hook-widget (#1238) | Roman Perepelitsa | 2021-01-26 | 1 | -3/+9 |
| | |||||
* | Add tailscale in VPN network interface regex. (#1208) | Julio Carlos Barrera Juez | 2021-01-10 | 1 | -1/+1 |
| | |||||
* | scroll the screen before printing prompt | Roman Perepelitsa | 2020-12-26 | 1 | -1/+19 |
| | |||||
* | simplify `uname -m` matching on Windows platforms | Roman Perepelitsa | 2020-12-24 | 1 | -1/+1 |
| | |||||
* | fix ram segment on darwin-arm64 (#1181) | Roman Perepelitsa | 2020-12-24 | 1 | -1/+7 |
| | | | | | | Darwin arm64 uses 16kB pages rather than 4kB. Thanks, @johnalanwoods! | ||||
* | Update os icon at zsh.exe on git for windows (#1180) | Osman Tas | 2020-12-23 | 2 | -2/+2 |
| | | | | | | | | | | | * Update os icon for windows Windows icon is not shown on git for windows zsh.exe Same update also added to wizards.zsh file. * Update os icon for windows Windows icon is not shown on git for windows zsh.exe Same update also added to p10k.zsh file. | ||||
* | disable re_match_pcre, otherwise we can get an error when users enable this ↵ | Roman Perepelitsa | 2020-12-22 | 1 | -1/+1 |
| | | | | option without having zsh/pcre module | ||||
* | Remove trailing whitespace (#1173) | Samuel Gräfenstein | 2020-12-20 | 1 | -2/+2 |
| | |||||
* | nordvpn: pick up nordvpnd.sock from the new location (changed with the ↵v1.14.4 | Roman Perepelitsa | 2020-12-18 | 1 | -9/+17 |
| | | | | latest nordvpn update); remove MISSING state; (#1167) | ||||
* | wizard: allow uppercase letters in choices | Roman Perepelitsa | 2020-12-16 | 1 | -0/+1 |
| | |||||
* | remove accidental logging (#1161) | Josh Skidmore | 2020-12-14 | 1 | -1/+0 |
| | |||||
* | dir: add _NON_EXISTENT similarly to _NON_WRITABLE (requires ↵ | Roman Perepelitsa | 2020-12-14 | 1 | -4/+12 |
| | | | | | | POWERLEVEL9K_DIR_SHOW_WRITABLE=v3) See #1160. | ||||
* | wifi: recognize SSID with spaces (#1152) | Roman Perepelitsa | 2020-12-12 | 1 | -1/+1 |
| | |||||
* | fix iterm2 integration when not using zsh4humans v5 (#192 and #1138) | Roman Perepelitsa | 2020-12-02 | 1 | -3/+3 |
| | |||||
* | use tmux bypass in iterm2 integration only if _z4h_iterm_cmd is defined | Roman Perepelitsa | 2020-11-28 | 1 | -3/+4 |
| | |||||
* | remove spurious slashes from tmux bypass sequences | Roman Perepelitsa | 2020-11-26 | 1 | -4/+4 |
| | |||||
* | enable iterm2 shell integration when running in tmux in zsh4humans | Roman Perepelitsa | 2020-11-26 | 1 | -5/+15 |
| | |||||
* | wizard: after installing the font on iTerm2, ask for system reboot if iTerm2 ↵v1.14.0 | Roman Perepelitsa | 2020-11-26 | 1 | -8/+19 |
| | | | | session restoration is enabled | ||||
* | prompt_length cleanup | Roman Perepelitsa | 2020-11-25 | 2 | -18/+15 |
| | |||||
* | retain instant prompt and state dumps when TERM or TERM_PROGRAM change (#1098) | Roman Perepelitsa | 2020-11-16 | 1 | -60/+62 |
| | |||||
* | fix a bug introduced in 8488f7c (#1107) | Roman Perepelitsa | 2020-11-15 | 1 | -0/+1 |
| | |||||
* | properly restore prompt after SIGINT when transient prompt is disabled | Roman Perepelitsa | 2020-11-15 | 1 | -7/+8 |
| | |||||
* | set P9K_PROMPT=transient for the duration of zle-line-finish (#1105) | Roman Perepelitsa | 2020-11-15 | 1 | -1/+6 |
| | |||||
* | remove artificial term scrolling before instant prompt | Roman Perepelitsa | 2020-11-10 | 1 | -6/+7 |
| | |||||
* | print instant prompt only if TERM is the same | Roman Perepelitsa | 2020-11-10 | 1 | -4/+4 |
| | |||||
* | reset text attributes at the end of precmd | Roman Perepelitsa | 2020-11-08 | 1 | -0/+2 |
| | |||||
* | wrap z4h-clear-screen-{soft,hard}-top | Roman Perepelitsa | 2020-11-01 | 1 | -1/+3 |
| | |||||
* | fix old/new TTY detection | Roman Perepelitsa | 2020-10-31 | 1 | -5/+7 |
| | |||||
* | save/restore screen through z4h to make it work over ssh | Roman Perepelitsa | 2020-10-30 | 1 | -11/+20 |
| | |||||
* | drop __p9k_initial_screen_empty; rely on _Z4H_TMUX_CMD instead | Roman Perepelitsa | 2020-10-30 | 1 | -17/+12 |
| | |||||
* | add __p9k_initial_screen_empty for z4h integration | Roman Perepelitsa | 2020-10-27 | 1 | -4/+17 |
| | |||||
* | check mtime of $TTY on startup if it points to a different tty than in the ↵ | Roman Perepelitsa | 2020-10-26 | 1 | -5/+6 |
| | | | | parent; see #930 | ||||
* | typo | Roman Perepelitsa | 2020-10-21 | 1 | -1/+1 |
| | |||||
* | better wizard intro when installing z4h | Roman Perepelitsa | 2020-10-21 | 1 | -2/+5 |
| | |||||
* | recognize double-quoted strings when parsing kube configs; other types of ↵ | Roman Perepelitsa | 2020-10-21 | 1 | -18/+27 |
| | | | | quotes are still not supported; see #1061 | ||||
* | make it more difficult to incorrectly restart iTerm2 after installing Meslo | Roman Perepelitsa | 2020-10-19 | 1 | -17/+11 |
| | |||||
* | typo | Roman Perepelitsa | 2020-10-19 | 1 | -1/+1 |
| | |||||
* | wizard: suppress the into message if z4h would print its welcome | Roman Perepelitsa | 2020-10-19 | 1 | -5/+6 |
| | |||||
* | wizard: suppress the outro message if z4h would print its welcome | Roman Perepelitsa | 2020-10-19 | 1 | -10/+18 |
| | |||||
* | fix a typo that was preventing zinit-specific diagnostic from being printed ↵ | Roman Perepelitsa | 2020-10-09 | 1 | -2/+2 |
| | | | | as part of an error message | ||||
* | make configuration options work when using Turkish locale (#1036) | Roman Perepelitsa | 2020-10-05 | 2 | -34/+40 |
| |