Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix caching and slow repo detection when GIT_DIR is set | romkatv | 2019-11-11 | 1 | -35/+52 |
| | |||||
* | parenthesize regex | romkatv | 2019-11-09 | 1 | -1/+1 |
| | |||||
* | when ifconfig is not available, use ip; fixes #305 | romkatv | 2019-11-09 | 1 | -11/+23 |
| | |||||
* | bug fix: missing \r in sp emulation | romkatv | 2019-11-08 | 1 | -0/+1 |
| | |||||
* | work around a bug in zsh that skips precmd hooks after trapped SIGINT if ↵ | romkatv | 2019-11-08 | 1 | -0/+3 |
| | | | | there is just one of them | ||||
* | add more debug logging for #315 | romkatv | 2019-11-08 | 1 | -1/+1 |
| | |||||
* | add more debug logging for #315 | romkatv | 2019-11-08 | 1 | -1/+1 |
| | |||||
* | add more debug logging for #315 | romkatv | 2019-11-08 | 1 | -0/+1 |
| | |||||
* | add debug logging for #315 | romkatv | 2019-11-08 | 1 | -0/+7 |
| | |||||
* | wizard: frame for lean prompt | romkatv | 2019-11-07 | 1 | -28/+44 |
| | |||||
* | don't embed prefixes and suffixes if they are empty; save some bytes | romkatv | 2019-11-07 | 1 | -14/+20 |
| | |||||
* | docs | romkatv | 2019-11-07 | 1 | -11/+21 |
| | |||||
* | add POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN; fixes #311 | romkatv | 2019-11-07 | 1 | -0/+12 |
| | |||||
* | drop windows version number from the output of uname on mingw | romkatv | 2019-11-07 | 1 | -1/+1 |
| | |||||
* | fix prompt char color in transient prompt preview for Pure | romkatv | 2019-11-06 | 1 | -3/+5 |
| | |||||
* | bump versions | romkatv | 2019-11-06 | 1 | -2/+2 |
| | |||||
* | wizard: apply options to Pure style | romkatv | 2019-11-06 | 1 | -146/+139 |
| | |||||
* | remove second declration of POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS | romkatv | 2019-11-06 | 1 | -1/+0 |
| | |||||
* | wizard: TRANSIENT_PROMPT same-dir => always | romkatv | 2019-11-06 | 1 | -1/+1 |
| | |||||
* | always print LF at the end of full lines | romkatv | 2019-11-06 | 1 | -1/+1 |
| | |||||
* | s/_p9k_last_prompt_pwd/_p9k__last_prompt_pwd/ | romkatv | 2019-11-06 | 1 | -3/+3 |
| | |||||
* | deinit after `p10k configure` to trigger initialization even if ↵ | romkatv | 2019-11-06 | 1 | -1/+2 |
| | | | | POWERLEVEL9K_DISABLE_HOT_RELOAD=true | ||||
* | wizard: add transient prompt (optional); disable hot reload | romkatv | 2019-11-06 | 1 | -22/+51 |
| | |||||
* | suppress POWERLEVEL9K_DISABLE_HOT_RELOAD after `p10k configure` | romkatv | 2019-11-06 | 1 | -1/+1 |
| | |||||
* | add POWERLEVEL9K_DISABLE_HOT_RELOAD | romkatv | 2019-11-06 | 1 | -0/+2 |
| | |||||
* | snapshot all POWERLEVEL9K params | romkatv | 2019-11-06 | 1 | -18/+24 |
| | |||||
* | Merge branch 'master' into dynamic | romkatv | 2019-11-06 | 1 | -0/+3 |
|\ | |||||
| * | iTerm2: set minimum contrast to 0; enable anti-aliasing | romkatv | 2019-11-06 | 1 | -0/+3 |
| | | |||||
* | | don't reset PS2 prompt | romkatv | 2019-11-06 | 1 | -1/+5 |
| | | |||||
* | | add POWERLEVEL9K_TRANSIENT_PROMPT | romkatv | 2019-11-06 | 1 | -5/+38 |
| | | |||||
* | | POWERLEVEL9K_INSTANT_PROMPT_COMMAND_LINES => 1 by default | romkatv | 2019-11-05 | 1 | -1/+1 |
| | | |||||
* | | bug fix (incorrect height in instant prompt); embed LF in the line overflow ↵ | romkatv | 2019-11-05 | 1 | -2/+2 |
| | | | | | | | | workaround | ||||
* | | Merge branch 'master' into dynamic | romkatv | 2019-11-05 | 2 | -3/+20 |
|\| | |||||
| * | use msys gitstatusd binary on mingw | romkatv | 2019-11-04 | 1 | -1/+1 |
| | | |||||
| * | Don't choke on empty zshrc. | Roman Perepelitsa | 2019-11-04 | 1 | -1/+1 |
| | | |||||
| * | support msys | romkatv | 2019-11-04 | 1 | -1/+7 |
| | | |||||
| * | enable vi_mode in configs that don't have prompt_char | romkatv | 2019-11-02 | 1 | -1/+8 |
| | | |||||
| * | add POWERLEVEL9K_<segment>_DISABLED_DIR_PATTERN | romkatv | 2019-11-02 | 1 | -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 ↵ | romkatv | 2019-10-30 | 1 | -1/+1 |
| | | | | | | | | https://github.com/romkatv/gitstatus/issues/73 | ||||
* | | replace TRAPINT function with trap statement; the former triggers memory ↵ | romkatv | 2019-11-04 | 1 | -8/+9 |
| | | | | | | | | corruption bug in zsh | ||||
* | | remove eval | romkatv | 2019-11-04 | 1 | -4/+3 |
| | | |||||
* | | fix empty_line and ruler in instant prompt; speed up regular prompt | romkatv | 2019-11-04 | 1 | -16/+24 |
| | | |||||
* | | set POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS to 5 by default | romkatv | 2019-11-04 | 1 | -1/+1 |
| | | |||||
* | | speed up p10k display | romkatv | 2019-11-04 | 1 | -10/+14 |
| | | |||||
* | | return => return 0 | romkatv | 2019-11-04 | 2 | -35/+38 |
| | | |||||
* | | call p10k-on-pre-prompt from instant prompt | romkatv | 2019-11-03 | 1 | -11/+70 |
| | | |||||
* | | trap sigint | romkatv | 2019-11-03 | 1 | -4/+13 |
| | | |||||
* | | add p10k-on-post-prompt | romkatv | 2019-11-03 | 1 | -1/+12 |
| | | |||||
* | | add p10k-on-pre-prompt | romkatv | 2019-11-03 | 1 | -1/+40 |
| | | |||||
* | | make frame hidable | romkatv | 2019-11-03 | 1 | -23/+31 |
| | |