summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correct some typos in zsh conf (#1119)Felix Yan2020-11-224-4/+4
|
* Merge commit '28301be914dec6da5d1bbd21cd8511cd71b419ee'Roman Perepelitsa2020-11-172-5/+5
|\
| * Squashed 'gitstatus/' changes from cb363c77..90cbb46bRoman Perepelitsa2020-11-172-5/+5
| | | | | | | | | | | | | | 90cbb46b s/darwin-aarch64/darwin-arm64/ (#188) git-subtree-dir: gitstatus git-subtree-split: 90cbb46b7b185dc95ab96301ec49754f7e801395
* | Merge commit '790f4719ab3db8d62f8dec6fbb89a91d87e81df0'Roman Perepelitsa2020-11-172-7/+15
|\|
| * Squashed 'gitstatus/' changes from f9acc15a..cb363c77Roman Perepelitsa2020-11-172-7/+15
| | | | | | | | | | | | | | | | | | | | cb363c77 build: use zsh if possible when langued with bash < 4.0 (#188) efb0fd1b make mbuild work with darwin-aarch64 c9e6e608 do not hardcode path to homebrew, retrieve it with `brew --prefix` df4eba94 work around bugs in ancient versions of bash (#188) git-subtree-dir: gitstatus git-subtree-split: cb363c778a37575b0d5371d7e355d80ec7ae5498
* | Merge commit 'b7167a64c60401b184346147d8297f3803f56e06'Roman Perepelitsa2020-11-171-0/+1
|\|
| * Squashed 'gitstatus/' changes from 4f9746fb..f9acc15aRoman Perepelitsa2020-11-171-0/+1
| | | | | | | | | | | | | | f9acc15a use gitstatusd-darwin-x86_64 binary on darwin-aarch64 (#188) git-subtree-dir: gitstatus git-subtree-split: f9acc15a3aa224206c4eba0e4a26b5d3c00325be
* | 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 ↵Roman Perepelitsa2020-11-111-5/+5
| | | | | | | | who set noclobber presumably know how to deal with errors from this option
* | 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 ↵Roman Perepelitsa2020-10-261-5/+6
| | | | | | | | parent; see #930
* | 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
| | | | | | | | | | | | | | | | 4f9746fb rebuild all binaries 6a3d54a5 upgrade libgit2 git-subtree-dir: gitstatus git-subtree-split: 4f9746fb6e949475ff37986883796adf937055da
* | 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
| |