| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | clarify what "ornaments" refers to; see #329 | romkatv | 2019-11-18 | 1 | -1/+4 |
* | add POWERLEVEL9K_RBENV_SOURCES; see #333 | romkatv | 2019-11-18 | 1 | -5/+11 |
* | remove redundant extra icons question | romkatv | 2019-11-16 | 1 | -1/+0 |
* | black os_ison on white background in rainbow style. otherwise it sucks on bot... | romkatv | 2019-11-15 | 1 | -2/+5 |
* | Add support for classes for AWS profile prompt | Rostyslav Sotnychenko | 2019-11-14 | 1 | -4/+13 |
* | bug fix: %k was printed instead of %f | romkatv | 2019-11-14 | 1 | -2/+2 |
* | move iterm mark above ruler and empty_line; otherwise transient prompt is bro... | romkatv | 2019-11-14 | 1 | -5/+5 |
* | don't empty PROMPT in preexec; it makes it harder to debug stuff | romkatv | 2019-11-13 | 1 | -2/+2 |
* | Revert "try to fix prompt marks on apple terminal" | romkatv | 2019-11-13 | 1 | -4/+3 |
* | try to fix prompt marks on apple terminal | romkatv | 2019-11-13 | 1 | -3/+4 |
* | typo | romkatv | 2019-11-13 | 1 | -1/+1 |
* | add iterm2 marks to transient prompt | romkatv | 2019-11-13 | 1 | -0/+3 |
* | attempt to fix iterm2 intergration | romkatv | 2019-11-13 | 1 | -0/+15 |
* | suppress errors from `zmodload zsh/parameter`; there are bugs in msys that ca... | romkatv | 2019-11-13 | 1 | -1/+1 |
* | match msys and mingw `uname -s` output more aggressively; there is no rhyme o... | romkatv | 2019-11-13 | 1 | -2/+2 |
* | bump versions | romkatv | 2019-11-13 | 1 | -1/+1 |
* | move _p9k_do_nothing to the front of precmd_functions | romkatv | 2019-11-12 | 1 | -2/+4 |
* | remove debug logs that were added for #315 | romkatv | 2019-11-11 | 1 | -8/+0 |
* | detect \e*\e\ escape sequences in addition to \e*\a; fixes #315 | romkatv | 2019-11-11 | 1 | -1/+1 |
* | reduce POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS from 50 to 20 ms | romkatv | 2019-11-11 | 1 | -1/+1 |
* | 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 ther... | romkatv | 2019-11-08 | 1 | -0/+3 |
* | 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 POWERLEVEL9K_... | romkatv | 2019-11-06 | 1 | -1/+2 |
* | 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 |