Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug fix: escape backquote; fixes #404 | romkatv | 2020-01-01 | 1 | -4/+4 |
| | |||||
* | rename gcloud_app to google_app_cred and change its api | romkatv | 2019-12-19 | 1 | -17/+18 |
| | |||||
* | Merge branch 'update-gcloud' of ↵ | romkatv | 2019-12-19 | 1 | -1/+23 |
|\ | | | | | | | https://github.com/rsotnychenko/powerlevel10k into rsotnychenko-update-gcloud | ||||
| * | Fix typos | Rostyslav Sotnychenko | 2019-12-16 | 1 | -1/+1 |
| | | |||||
| * | Add prompt for Google Cloud application credentials | Rostyslav Sotnychenko | 2019-12-16 | 1 | -1/+23 |
| | | |||||
* | | bug fix: don't print an empty line after the ruler | romkatv | 2019-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | If the visibility of ruler is 'print', there is an extra empty line printed after it. With 'show' there is no extra empty line (as expected). With this commit there is no empty line in either case. Fixes #383. | ||||
* | | bump versions | romkatv | 2019-12-19 | 1 | -2/+2 |
|/ | |||||
* | hide cursor when rewrawing prompt | romkatv | 2019-12-14 | 1 | -8/+25 |
| | |||||
* | add POWERLEVEL9K_RBENV_SOURCES; fixes #372 | romkatv | 2019-12-12 | 1 | -2/+8 |
| | |||||
* | display the new rustc version when rustc is upgraded; fixes #365 | romkatv | 2019-12-06 | 1 | -4/+21 |
| | |||||
* | add gcloud prompt segment; fixes #366 | romkatv | 2019-12-06 | 1 | -0/+13 |
| | |||||
* | add fvm | romkatv | 2019-12-05 | 1 | -0/+15 |
| | |||||
* | add vim_shell prompt segment; see #359 | romkatv | 2019-12-02 | 1 | -1/+10 |
| | |||||
* | new prompt segment: goenv (see #342) | romkatv | 2019-12-01 | 1 | -1/+43 |
| | |||||
* | new prompt segment: midnignt_commander (see #342) | romkatv | 2019-12-01 | 1 | -0/+9 |
| | |||||
* | survive ancient zsh in PATH | romkatv | 2019-11-29 | 1 | -2/+4 |
| | |||||
* | roll back accidental change | romkatv | 2019-11-29 | 1 | -1/+1 |
| | |||||
* | don't unset prompt_sp when bailing early | romkatv | 2019-11-29 | 1 | -2/+2 |
| | |||||
* | survive ancient zsh in PATH | romkatv | 2019-11-29 | 1 | -2/+3 |
| | |||||
* | survive ancient zsh in PATH (run wizard.zsh from a fork) | romkatv | 2019-11-29 | 1 | -5/+1 |
| | |||||
* | add POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES; closes #350 | romkatv | 2019-11-27 | 1 | -2/+5 |
| | |||||
* | add `p10k reload` and call it from all standard configs | romkatv | 2019-11-21 | 1 | -3/+18 |
| | |||||
* | add POWERLEVEL9K_RBENV_SOURCES; see #333 | romkatv | 2019-11-18 | 1 | -5/+11 |
| | |||||
* | Add support for classes for AWS profile prompt | Rostyslav Sotnychenko | 2019-11-14 | 1 | -4/+13 |
| | |||||
* | bug fix: %k was printed instead of %f | romkatv | 2019-11-14 | 1 | -2/+2 |
| | |||||
* | move iterm mark above ruler and empty_line; otherwise transient prompt is ↵ | romkatv | 2019-11-14 | 1 | -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 stuff | romkatv | 2019-11-13 | 1 | -2/+2 |
| | |||||
* | Revert "try to fix prompt marks on apple terminal" | romkatv | 2019-11-13 | 1 | -4/+3 |
| | | | | This reverts commit c3afd891c721e90986c94faf2e9f24505c6e50d4. | ||||
* | try to fix prompt marks on apple terminal | romkatv | 2019-11-13 | 1 | -3/+4 |
| | |||||
* | typo | romkatv | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | add iterm2 marks to transient prompt | romkatv | 2019-11-13 | 1 | -0/+3 |
| | |||||
* | attempt to fix iterm2 intergration | romkatv | 2019-11-13 | 1 | -0/+15 |
| | |||||
* | suppress errors from `zmodload zsh/parameter`; there are bugs in msys that ↵ | romkatv | 2019-11-13 | 1 | -1/+1 |
| | | | | cause garbage output | ||||
* | match msys and mingw `uname -s` output more aggressively; there is no rhyme ↵ | romkatv | 2019-11-13 | 1 | -2/+2 |
| | | | | or reason to all the formats they employ | ||||
* | bump versions | romkatv | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | move _p9k_do_nothing to the front of precmd_functions | romkatv | 2019-11-12 | 1 | -2/+4 |
| | |||||
* | remove debug logs that were added for #315 | romkatv | 2019-11-11 | 1 | -8/+0 |
| | |||||
* | detect \e*\e\ escape sequences in addition to \e*\a; fixes #315 | romkatv | 2019-11-11 | 1 | -1/+1 |
| | |||||
* | reduce POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS from 50 to 20 ms | romkatv | 2019-11-11 | 1 | -1/+1 |
| | |||||
* | fix caching and slow repo detection when GIT_DIR is set | romkatv | 2019-11-11 | 1 | -35/+52 |
| | |||||
* | parenthesize regex | romkatv | 2019-11-09 | 1 | -1/+1 |
| | |||||
* | when ifconfig is not available, use ip; fixes #305 | romkatv | 2019-11-09 | 1 | -11/+23 |
| | |||||
* | bug fix: missing \r in sp emulation | romkatv | 2019-11-08 | 1 | -0/+1 |
| | |||||
* | work around a bug in zsh that skips precmd hooks after trapped SIGINT if ↵ | romkatv | 2019-11-08 | 1 | -0/+3 |
| | | | | there is just one of them | ||||
* | add more debug logging for #315 | romkatv | 2019-11-08 | 1 | -1/+1 |
| | |||||
* | add more debug logging for #315 | romkatv | 2019-11-08 | 1 | -1/+1 |
| | |||||
* | add more debug logging for #315 | romkatv | 2019-11-08 | 1 | -0/+1 |
| | |||||
* | add debug logging for #315 | romkatv | 2019-11-08 | 1 | -0/+7 |
| | |||||
* | don't embed prefixes and suffixes if they are empty; save some bytes | romkatv | 2019-11-07 | 1 | -14/+20 |
| | |||||
* | docs | romkatv | 2019-11-07 | 1 | -11/+21 |
| |