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 | ||||
* | wizard: add transient prompt (optional); disable hot reload | romkatv | 2019-11-06 | 5 | -22/+111 |
| | |||||
* | 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 | 2 | -1/+4 |
|\ | |||||
| * | add --depth=1 | romkatv | 2019-11-06 | 1 | -1/+1 |
| | | |||||
| * | 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 | 15 | -10/+83 |
|\| | |||||
| * | pull upstream changes from gitstatus | romkatv | 2019-11-05 | 9 | -0/+0 |
| | | |||||
| * | survive broken user-defined gitattributes | romkatv | 2019-11-05 | 1 | -0/+5 |
| | | |||||
| * | pull upstream changes from gitstatus | romkatv | 2019-11-04 | 1 | -1/+1 |
| | | |||||
| * | pull upstream changes from gitstatus | romkatv | 2019-11-04 | 1 | -1/+0 |
| | | |||||
| * | use msys gitstatusd binary on mingw | romkatv | 2019-11-04 | 1 | -1/+1 |
| | | |||||
| * | pull upstream changes from gitstatus | romkatv | 2019-11-04 | 1 | -0/+1 |
| | | |||||
| * | Don't choke on empty zshrc. | Roman Perepelitsa | 2019-11-04 | 1 | -1/+1 |
| | | |||||
| * | pull upstream changes from gitstatus | romkatv | 2019-11-04 | 2 | -0/+1 |
| | | |||||
| * | support msys | romkatv | 2019-11-04 | 1 | -1/+7 |
| | | |||||
| * | pull upstream changes from gitstatus | romkatv | 2019-11-04 | 2 | -0/+0 |
| | | |||||
| * | enable vi_mode in configs that don't have prompt_char | romkatv | 2019-11-02 | 3 | -1/+43 |
| | | |||||
| * | pull upstream changes from gitstatus | romkatv | 2019-11-02 | 3 | -7/+22 |
| | | |||||
| * | 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 | 3 | -36/+39 |
| | | |||||
* | | 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 | 2 | -30/+34 |
| | | |||||
* | | don't use _p9k__{ruler,empty_line}_idx in p10k display | romkatv | 2019-11-03 | 2 | -4/+2 |
| | | |||||
* | | allow unset _p9k__{ruler,empty_line}_i | romkatv | 2019-11-03 | 1 | -4/+4 |
| | | |||||
* | | remove one todo item | romkatv | 2019-11-03 | 1 | -2/+2 |
| | | |||||
* | | 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 | 2 | -86/+125 |
| | | |||||
* | | wip: some churn on dynamic stuff | romkatv | 2019-11-02 | 2 | -56/+56 |
| | | |||||
* | | 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 | ||||
* | | Add line1 | Roman Perepelitsa | 2019-10-29 | 1 | -0/+1 |
| | | |||||
* | | design doc for dynamic stuff | romkatv | 2019-10-29 | 1 | -0/+57 |
| | |