summaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* 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-052-3/+20
|\
| * use msys gitstatusd binary on mingwromkatv2019-11-041-1/+1
| |
| * Don't choke on empty zshrc.Roman Perepelitsa2019-11-041-1/+1
| |
| * support msysromkatv2019-11-041-1/+7
| |
| * enable vi_mode in configs that don't have prompt_charromkatv2019-11-021-1/+8
| |
| * 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
| |
* | set POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS to 5 by defaultromkatv2019-11-041-1/+1
| |
* | speed up p10k displayromkatv2019-11-041-10/+14
| |
* | return => return 0romkatv2019-11-042-35/+38
| |
* | call p10k-on-pre-prompt from instant promptromkatv2019-11-031-11/+70
| |
* | trap sigintromkatv2019-11-031-4/+13
| |
* | add p10k-on-post-promptromkatv2019-11-031-1/+12
| |
* | add p10k-on-pre-promptromkatv2019-11-031-1/+40
| |
* | make frame hidableromkatv2019-11-031-23/+31
| |
* | don't use _p9k__{ruler,empty_line}_idx in p10k displayromkatv2019-11-031-2/+2
| |
* | allow unset _p9k__{ruler,empty_line}_iromkatv2019-11-031-4/+4
| |
* | faster p10k displayromkatv2019-11-031-27/+28
| |
* | support negative line numbersromkatv2019-11-031-2/+13
| |
* | wip: some more churn on dynamic stuffromkatv2019-11-021-86/+111
| |
* | wip: some churn on dynamic stuffromkatv2019-11-021-49/+32
| |
* | fix an error message printed for 32-bit intel users; see ↵romkatv2019-10-301-1/+1
| | | | | | | | https://github.com/romkatv/gitstatus/issues/73
* | wip: dynamic shitromkatv2019-10-291-184/+213
|/
* transient_rprompt hides gapromkatv2019-10-291-17/+22
|
* add `p10k display` commandromkatv2019-10-291-2/+84
|
* highlight the default suggestion when asking about instant promptromkatv2019-10-281-2/+2
|
* speed up truncate_to_uniqueromkatv2019-10-281-35/+44
|
* remove debug logsromkatv2019-10-281-2/+0
|
* cheaper cache key in dirromkatv2019-10-281-1/+1
|
* speed up dotnetromkatv2019-10-281-7/+37
|
* don't stat unnecessary dirsromkatv2019-10-281-8/+8
|
* work around bugs in Hyperromkatv2019-10-281-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 promptromkatv2019-10-271-5/+16
|
* allow individual segments to be hidden or shown with low latencyromkatv2019-10-271-7/+11
|
* speed up prompt by 2ms when there are many POWERLEVEL9K parametersromkatv2019-10-271-17/+22
|
* add direnv segment; fixes 291romkatv2019-10-272-4/+15
|
* move _p9k_precmd to the end of precmd_functionsromkatv2019-10-271-0/+3
|
* use more conservative glyphs in 'compatible' and 'powerline' moderomkatv2019-10-272-4/+21
| | | | See #265.
* don't display ruler in instant prompt when the terminal size is unknownromkatv2019-10-261-1/+6
|
* better warningsromkatv2019-10-261-2/+4
|
* reset style before percent-expanding PROMPT_EOL_MARKromkatv2019-10-261-3/+3
|
* pick the correct default for PROMPT_EOL_MARKromkatv2019-10-261-5/+6
|
* commentsromkatv2019-10-261-1/+1
|