Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 |
| | |||||
* | 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 | 1 | -1/+11 |
|\ | |||||
| * | use msys gitstatusd binary on mingw | romkatv | 2019-11-04 | 1 | -1/+1 |
| | | |||||
| * | support msys | romkatv | 2019-11-04 | 1 | -1/+7 |
| | | |||||
| * | 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 | 1 | -21/+24 |
| | | |||||
* | | 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 |
| | | |||||
* | | don't use _p9k__{ruler,empty_line}_idx in p10k display | romkatv | 2019-11-03 | 1 | -2/+2 |
| | | |||||
* | | allow unset _p9k__{ruler,empty_line}_i | romkatv | 2019-11-03 | 1 | -4/+4 |
| | | |||||
* | | faster p10k display | romkatv | 2019-11-03 | 1 | -27/+28 |
| | | |||||
* | | support negative line numbers | romkatv | 2019-11-03 | 1 | -2/+13 |
| | | |||||
* | | wip: some more churn on dynamic stuff | romkatv | 2019-11-02 | 1 | -86/+111 |
| | | |||||
* | | wip: some churn on dynamic stuff | romkatv | 2019-11-02 | 1 | -49/+32 |
| | | |||||
* | | 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 | ||||
* | | wip: dynamic shit | romkatv | 2019-10-29 | 1 | -184/+213 |
|/ | |||||
* | transient_rprompt hides gap | romkatv | 2019-10-29 | 1 | -17/+22 |
| | |||||
* | add `p10k display` command | romkatv | 2019-10-29 | 1 | -2/+84 |
| | |||||
* | speed up truncate_to_unique | romkatv | 2019-10-28 | 1 | -35/+44 |
| | |||||
* | remove debug logs | romkatv | 2019-10-28 | 1 | -2/+0 |
| | |||||
* | cheaper cache key in dir | romkatv | 2019-10-28 | 1 | -1/+1 |
| | |||||
* | speed up dotnet | romkatv | 2019-10-28 | 1 | -7/+37 |
| | |||||
* | don't stat unnecessary dirs | romkatv | 2019-10-28 | 1 | -8/+8 |
| | |||||
* | work around bugs in Hyper | romkatv | 2019-10-28 | 1 | -8/+15 |
| | | | | | | | The bug in Hyper (https://github.com/zeit/hyper/issues/3586) is similar to the one in VTE but it takes Hyper at least 100 times longer to report correct TTY (Hyper is slow in general, so this isn't surprising.) | ||||
* | speed up direnv and improve its rendering in instant prompt | romkatv | 2019-10-27 | 1 | -5/+16 |
| | |||||
* | allow individual segments to be hidden or shown with low latency | romkatv | 2019-10-27 | 1 | -7/+11 |
| | |||||
* | speed up prompt by 2ms when there are many POWERLEVEL9K parameters | romkatv | 2019-10-27 | 1 | -17/+22 |
| | |||||
* | add direnv segment; fixes 291 | romkatv | 2019-10-27 | 1 | -0/+6 |
| | |||||
* | move _p9k_precmd to the end of precmd_functions | romkatv | 2019-10-27 | 1 | -0/+3 |
| | |||||
* | don't display ruler in instant prompt when the terminal size is unknown | romkatv | 2019-10-26 | 1 | -1/+6 |
| | |||||
* | better warnings | romkatv | 2019-10-26 | 1 | -2/+4 |
| | |||||
* | reset style before percent-expanding PROMPT_EOL_MARK | romkatv | 2019-10-26 | 1 | -3/+3 |
| |