aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/Nobody912/powerlevel10k into ↵romkatv2019-11-081-78/+38
|\ | | | | | | Nobody912-master
| * Update README.mdNobody9122019-10-311-78/+38
| |
* | add more debug logging for #315romkatv2019-11-081-1/+1
| |
* | add more debug logging for #315romkatv2019-11-081-1/+1
| |
* | add more debug logging for #315romkatv2019-11-081-0/+1
| |
* | add debug logging for #315romkatv2019-11-081-0/+7
| |
* | wizard: frame for lean promptromkatv2019-11-072-28/+58
| |
* | don't embed prefixes and suffixes if they are empty; save some bytesromkatv2019-11-071-14/+20
| |
* | docsromkatv2019-11-071-11/+21
| |
* | add POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN; fixes #311romkatv2019-11-071-0/+12
| |
* | pull upstream changes from gitstatusromkatv2019-11-071-1/+1
| |
* | drop windows version number from the output of uname on mingwromkatv2019-11-071-1/+1
| |
* | fix prompt char color in transient prompt preview for Pureromkatv2019-11-061-3/+5
| |
* | bump versionsromkatv2019-11-061-2/+2
| |
* | wizard: apply options to Pure styleromkatv2019-11-061-146/+139
| |
* | remove scratch notesromkatv2019-11-061-83/+0
| |
* | remove second declration of POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDSromkatv2019-11-061-1/+0
| |
* | wizard: TRANSIENT_PROMPT same-dir => alwaysromkatv2019-11-061-1/+1
| |
* | always print LF at the end of full linesromkatv2019-11-061-1/+1
| |
* | s/_p9k_last_prompt_pwd/_p9k__last_prompt_pwd/romkatv2019-11-061-3/+3
| |
* | deinit after `p10k configure` to trigger initialization even if ↵romkatv2019-11-061-1/+2
| | | | | | | | POWERLEVEL9K_DISABLE_HOT_RELOAD=true
* | wizard: add transient prompt (optional); disable hot reloadromkatv2019-11-065-22/+111
| |
* | suppress POWERLEVEL9K_DISABLE_HOT_RELOAD after `p10k configure`romkatv2019-11-061-1/+1
| |
* | add POWERLEVEL9K_DISABLE_HOT_RELOADromkatv2019-11-061-0/+2
| |
* | snapshot all POWERLEVEL9K paramsromkatv2019-11-061-18/+24
| |
* | Merge branch 'master' into dynamicromkatv2019-11-062-1/+4
|\ \
| * | add --depth=1romkatv2019-11-061-1/+1
| | |
| * | iTerm2: set minimum contrast to 0; enable anti-aliasingromkatv2019-11-061-0/+3
| | |
* | | don't reset PS2 promptromkatv2019-11-061-1/+5
| | |
* | | add POWERLEVEL9K_TRANSIENT_PROMPTromkatv2019-11-061-5/+38
| | |
* | | POWERLEVEL9K_INSTANT_PROMPT_COMMAND_LINES => 1 by defaultromkatv2019-11-051-1/+1
| | |
* | | bug fix (incorrect height in instant prompt); embed LF in the line overflow ↵romkatv2019-11-051-2/+2
| | | | | | | | | | | | workaround
* | | Merge branch 'master' into dynamicromkatv2019-11-0515-10/+83
|\| |
| * | pull upstream changes from gitstatusromkatv2019-11-059-0/+0
| | |
| * | survive broken user-defined gitattributesromkatv2019-11-051-0/+5
| | |
| * | pull upstream changes from gitstatusromkatv2019-11-041-1/+1
| | |
| * | pull upstream changes from gitstatusromkatv2019-11-041-1/+0
| | |
| * | use msys gitstatusd binary on mingwromkatv2019-11-041-1/+1
| | |
| * | pull upstream changes from gitstatusromkatv2019-11-041-0/+1
| | |
| * | Don't choke on empty zshrc.Roman Perepelitsa2019-11-041-1/+1
| | |
| * | pull upstream changes from gitstatusromkatv2019-11-042-0/+1
| | |
| * | support msysromkatv2019-11-041-1/+7
| | |
| * | pull upstream changes from gitstatusromkatv2019-11-042-0/+0
| | |
| * | enable vi_mode in configs that don't have prompt_charromkatv2019-11-023-1/+43
| | |
| * | pull upstream changes from gitstatusromkatv2019-11-023-7/+22
| | |
| * | add POWERLEVEL9K_<segment>_DISABLED_DIR_PATTERNromkatv2019-11-021-0/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | This parameter allows you to disable a given prompt segment in any directory that matches the specified pattern. For example, if you have a Git repository in /foo/bar for which you don't want to see Git status in prompt, define the following parameter: POWERLEVEL9K_VCS_DISABLED_DIR_PATTERN='/foo/bar(|/*)' See #300.
| * fix an error message printed for 32-bit intel users; see ↵romkatv2019-10-301-1/+1
| | | | | | | | https://github.com/romkatv/gitstatus/issues/73
* | replace TRAPINT function with trap statement; the former triggers memory ↵romkatv2019-11-041-8/+9
| | | | | | | | corruption bug in zsh
* | remove evalromkatv2019-11-041-4/+3
| |
* | fix empty_line and ruler in instant prompt; speed up regular promptromkatv2019-11-041-16/+24
| |