summaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
Commit message (Expand)AuthorAgeFilesLines
...
* try to fix prompt marks on apple terminalromkatv2019-11-131-3/+4
* typoromkatv2019-11-131-1/+1
* add iterm2 marks to transient promptromkatv2019-11-131-0/+3
* attempt to fix iterm2 intergrationromkatv2019-11-131-0/+15
* suppress errors from `zmodload zsh/parameter`; there are bugs in msys that ca...romkatv2019-11-131-1/+1
* match msys and mingw `uname -s` output more aggressively; there is no rhyme o...romkatv2019-11-131-2/+2
* bump versionsromkatv2019-11-131-1/+1
* move _p9k_do_nothing to the front of precmd_functionsromkatv2019-11-121-2/+4
* remove debug logs that were added for #315romkatv2019-11-111-8/+0
* detect \e*\e\ escape sequences in addition to \e*\a; fixes #315romkatv2019-11-111-1/+1
* reduce POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS from 50 to 20 msromkatv2019-11-111-1/+1
* fix caching and slow repo detection when GIT_DIR is setromkatv2019-11-111-35/+52
* parenthesize regexromkatv2019-11-091-1/+1
* when ifconfig is not available, use ip; fixes #305romkatv2019-11-091-11/+23
* bug fix: missing \r in sp emulationromkatv2019-11-081-0/+1
* work around a bug in zsh that skips precmd hooks after trapped SIGINT if ther...romkatv2019-11-081-0/+3
* add more debug logging for #315romkatv2019-11-081-1/+1
* add more debug logging for #315romkatv2019-11-081-1/+1
* add more debug logging for #315romkatv2019-11-081-0/+1
* add debug logging for #315romkatv2019-11-081-0/+7
* don't embed prefixes and suffixes if they are empty; save some bytesromkatv2019-11-071-14/+20
* docsromkatv2019-11-071-11/+21
* add POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN; fixes #311romkatv2019-11-071-0/+12
* drop windows version number from the output of uname on mingwromkatv2019-11-071-1/+1
* bump versionsromkatv2019-11-061-2/+2
* remove second declration of POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDSromkatv2019-11-061-1/+0
* always print LF at the end of full linesromkatv2019-11-061-1/+1
* s/_p9k_last_prompt_pwd/_p9k__last_prompt_pwd/romkatv2019-11-061-3/+3
* deinit after `p10k configure` to trigger initialization even if POWERLEVEL9K_...romkatv2019-11-061-1/+2
* suppress POWERLEVEL9K_DISABLE_HOT_RELOAD after `p10k configure`romkatv2019-11-061-1/+1
* add POWERLEVEL9K_DISABLE_HOT_RELOADromkatv2019-11-061-0/+2
* snapshot all POWERLEVEL9K paramsromkatv2019-11-061-18/+24
* 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 w...romkatv2019-11-051-2/+2
* Merge branch 'master' into dynamicromkatv2019-11-051-1/+11
|\
| * use msys gitstatusd binary on mingwromkatv2019-11-041-1/+1
| * support msysromkatv2019-11-041-1/+7
| * add POWERLEVEL9K_<segment>_DISABLED_DIR_PATTERNromkatv2019-11-021-0/+4
| * fix an error message printed for 32-bit intel users; see https://github.com/r...romkatv2019-10-301-1/+1
* | replace TRAPINT function with trap statement; the former triggers memory corr...romkatv2019-11-041-8/+9
* | 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-041-21/+24
* | 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