aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
Commit message (Expand)AuthorAgeFilesLines
...
* bump version (#1361)Roman Perepelitsa2021-04-161-1/+1
* expand c-escapes in kubectl (#1361)Roman Perepelitsa2021-04-161-1/+1
* bug fix: segments whose state contains numbers could not be hidden (#1353)Roman Perepelitsa2021-04-121-3/+3
* replace POWERLEVEL9K_LOAD_THRESHOLD with POWERLEVEL9K_LOAD_{WARNING,CRITICAL}...Roman Perepelitsa2021-04-101-12/+7
* Fix gcloud CLI (#1342)Tim Ysewyn2021-04-041-3/+2
* Add CPU load threshold setting (#1340)Klas Mellbourn2021-04-041-0/+7
* Get active gcloud profile using `list` command (#1331)Éverton Arruda2021-03-301-1/+1
* respect POWERLEVEL9K_SHORTEN_DIR_LENGTH when POWERLEVEL9K_SHORTEN_STRATEGY=tr...Roman Perepelitsa2021-03-281-2/+5
* Sets the filter for the current gcloud profile (#1324)Ramon Lucas2021-03-271-1/+2
* remove all CR from prompt (#1304 and #1305)Roman Perepelitsa2021-03-171-3/+3
* Fix #1286 (#1288)wzy2021-03-071-3/+3
* add azure classes (#1274)bcochofel2021-02-211-1/+9
* work around bugs in add-zle-hook-widget (#1238)Roman Perepelitsa2021-01-261-3/+9
* Add tailscale in VPN network interface regex. (#1208)Julio Carlos Barrera Juez2021-01-101-1/+1
* scroll the screen before printing promptRoman Perepelitsa2020-12-261-1/+19
* simplify `uname -m` matching on Windows platformsRoman Perepelitsa2020-12-241-1/+1
* fix ram segment on darwin-arm64 (#1181)Roman Perepelitsa2020-12-241-1/+7
* Update os icon at zsh.exe on git for windows (#1180)Osman Tas2020-12-231-1/+1
* disable re_match_pcre, otherwise we can get an error when users enable this o...Roman Perepelitsa2020-12-221-1/+1
* nordvpn: pick up nordvpnd.sock from the new location (changed with the latest...v1.14.4Roman Perepelitsa2020-12-181-9/+17
* remove accidental logging (#1161)Josh Skidmore2020-12-141-1/+0
* dir: add _NON_EXISTENT similarly to _NON_WRITABLE (requires POWERLEVEL9K_DIR_...Roman Perepelitsa2020-12-141-4/+12
* wifi: recognize SSID with spaces (#1152)Roman Perepelitsa2020-12-121-1/+1
* fix iterm2 integration when not using zsh4humans v5 (#192 and #1138)Roman Perepelitsa2020-12-021-3/+3
* use tmux bypass in iterm2 integration only if _z4h_iterm_cmd is definedRoman Perepelitsa2020-11-281-3/+4
* remove spurious slashes from tmux bypass sequencesRoman Perepelitsa2020-11-261-4/+4
* enable iterm2 shell integration when running in tmux in zsh4humansRoman Perepelitsa2020-11-261-5/+15
* prompt_length cleanupRoman Perepelitsa2020-11-251-12/+10
* retain instant prompt and state dumps when TERM or TERM_PROGRAM change (#1098)Roman Perepelitsa2020-11-161-60/+62
* fix a bug introduced in 8488f7c (#1107)Roman Perepelitsa2020-11-151-0/+1
* properly restore prompt after SIGINT when transient prompt is disabledRoman Perepelitsa2020-11-151-7/+8
* set P9K_PROMPT=transient for the duration of zle-line-finish (#1105)Roman Perepelitsa2020-11-151-1/+6
* remove artificial term scrolling before instant promptRoman Perepelitsa2020-11-101-6/+7
* print instant prompt only if TERM is the sameRoman Perepelitsa2020-11-101-4/+4
* reset text attributes at the end of precmdRoman Perepelitsa2020-11-081-0/+2
* wrap z4h-clear-screen-{soft,hard}-topRoman Perepelitsa2020-11-011-1/+3
* fix old/new TTY detectionRoman Perepelitsa2020-10-311-5/+7
* save/restore screen through z4h to make it work over sshRoman Perepelitsa2020-10-301-11/+20
* drop __p9k_initial_screen_empty; rely on _Z4H_TMUX_CMD insteadRoman Perepelitsa2020-10-301-17/+12
* add __p9k_initial_screen_empty for z4h integrationRoman Perepelitsa2020-10-271-4/+17
* check mtime of $TTY on startup if it points to a different tty than in the pa...Roman Perepelitsa2020-10-261-5/+6
* recognize double-quoted strings when parsing kube configs; other types of quo...Roman Perepelitsa2020-10-211-18/+27
* fix a typo that was preventing zinit-specific diagnostic from being printed a...Roman Perepelitsa2020-10-091-2/+2
* make configuration options work when using Turkish locale (#1036)Roman Perepelitsa2020-10-051-32/+38
* dir: ignore separator overrides if cwd is / and POWERLEVEL9K_DIR_OMIT_FIRST_C...Roman Perepelitsa2020-09-291-12/+16
* expand c-escapes in POWERLEVEL9K_DIR_PATH_SEPARATORRoman Perepelitsa2020-09-291-0/+1
* don't print instant prompt if it was generated with the different value of te...Roman Perepelitsa2020-09-161-4/+5
* bug fix: superfluous dash in P9K_KUBECONTEXT_CLOUD_ZONE (#1013)Roman Perepelitsa2020-09-151-2/+2
* support POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=if-different; see #730Roman Perepelitsa2020-09-091-8/+17
* add scalaenv prompt segment; see #991Roman Perepelitsa2020-09-031-0/+66