summaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
Commit message (Collapse)AuthorAgeFilesLines
* hide cursor when rewrawing promptromkatv2019-12-141-8/+25
|
* add POWERLEVEL9K_RBENV_SOURCES; fixes #372romkatv2019-12-121-2/+8
|
* display the new rustc version when rustc is upgraded; fixes #365romkatv2019-12-061-4/+21
|
* add gcloud prompt segment; fixes #366romkatv2019-12-061-0/+13
|
* add fvmromkatv2019-12-051-0/+15
|
* add vim_shell prompt segment; see #359romkatv2019-12-021-1/+10
|
* new prompt segment: goenv (see #342)romkatv2019-12-011-1/+43
|
* new prompt segment: midnignt_commander (see #342)romkatv2019-12-011-0/+9
|
* survive ancient zsh in PATHromkatv2019-11-291-2/+4
|
* roll back accidental changeromkatv2019-11-291-1/+1
|
* don't unset prompt_sp when bailing earlyromkatv2019-11-291-2/+2
|
* survive ancient zsh in PATHromkatv2019-11-291-2/+3
|
* survive ancient zsh in PATH (run wizard.zsh from a fork)romkatv2019-11-291-5/+1
|
* add POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES; closes #350romkatv2019-11-271-2/+5
|
* add `p10k reload` and call it from all standard configsromkatv2019-11-211-3/+18
|
* add POWERLEVEL9K_RBENV_SOURCES; see #333romkatv2019-11-181-5/+11
|
* Add support for classes for AWS profile promptRostyslav Sotnychenko2019-11-141-4/+13
|
* bug fix: %k was printed instead of %fromkatv2019-11-141-2/+2
|
* move iterm mark above ruler and empty_line; otherwise transient prompt is ↵romkatv2019-11-141-5/+5
| | | | broken and Select Output of Last Command includes more than it should
* don't empty PROMPT in preexec; it makes it harder to debug stuffromkatv2019-11-131-2/+2
|
* Revert "try to fix prompt marks on apple terminal"romkatv2019-11-131-4/+3
| | | | This reverts commit c3afd891c721e90986c94faf2e9f24505c6e50d4.
* 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 ↵romkatv2019-11-131-1/+1
| | | | cause garbage output
* match msys and mingw `uname -s` output more aggressively; there is no rhyme ↵romkatv2019-11-131-2/+2
| | | | or reason to all the formats they employ
* 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 ↵romkatv2019-11-081-0/+3
| | | | there is just one of them
* 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 ↵romkatv2019-11-061-1/+2
| | | | POWERLEVEL9K_DISABLE_HOT_RELOAD=true