aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b7167a64c60401b184346147d8297f3803f56e06'Roman Perepelitsa2020-11-171-0/+1
|\
| * Squashed 'gitstatus/' changes from 4f9746fb..f9acc15aRoman Perepelitsa2020-11-171-0/+1
* | 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
* | replace `>>!` with `>>`; the former does not work in non-zsh shells; users wh...Roman Perepelitsa2020-11-111-5/+5
* | correct install-without-internet instructions w.r.t. ZSH_THEMERoman Perepelitsa2020-11-111-3/+7
* | 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
* | docsRoman Perepelitsa2020-11-061-3/+3
* | 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
* | fix a typo in docsRoman Perepelitsa2020-10-281-1/+1
* | Updating README.md typo (#1077)Stephen2020-10-281-1/+1
* | add __p9k_initial_screen_empty for z4h integrationRoman Perepelitsa2020-10-271-4/+17
* | expand the list of things powerlevel10k does not affectRoman Perepelitsa2020-10-271-1/+3
* | check mtime of $TTY on startup if it points to a different tty than in the pa...Roman Perepelitsa2020-10-261-5/+6
* | doc cleanupRoman Perepelitsa2020-10-252-2/+2
* | clean up kitty font instructions and duplicate them in readme.mdRoman Perepelitsa2020-10-252-5/+10
* | Added font instructions for kitty (#1070)Subhaditya Nath2020-10-251-0/+5
* | Merge commit 'd86bbe75dece6c4276bfa99246880b92f9e053aa'Roman Perepelitsa2020-10-222-25/+25
|\|
| * Squashed 'gitstatus/' changes from 6ba954a4..4f9746fbRoman Perepelitsa2020-10-222-25/+25
* | 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 quo...Roman Perepelitsa2020-10-211-18/+27
* | 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 a...Roman Perepelitsa2020-10-091-2/+2
* | Merge commit '0da94e8ef1b84581ce8b4eb397c9e465640711ea'Roman Perepelitsa2020-10-050-0/+0
|\|
| * Squashed 'gitstatus/' changes from a760bda8..6ba954a4Roman Perepelitsa2020-10-051-2/+2
* | 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 POWERLEVEL9K_DIR_OMIT_FIRST_C...Roman Perepelitsa2020-09-291-12/+16
* | 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 te...Roman Perepelitsa2020-09-161-4/+5
* | 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
|\|