aboutsummaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* fix omz update detectionromkatv2020-01-071-3/+4
|
* don't print concole output warning if oh-my-zsh updates during instant promptromkatv2020-01-071-40/+45
|
* show the number of filtered toto tasks if not the same as total and add ↵romkatv2020-01-031-2/+12
| | | | options to hide todo when filtered and/or total is zero
* use a more portable icon for todo in portable font moderomkatv2020-01-031-2/+2
|
* bug fix: set $0 to =todo.sh when sourcing the user config; fixes #403romkatv2020-01-031-1/+1
|
* add nnn prompt segment; see #342romkatv2020-01-022-0/+14
|
* add plenv prompt segment; see #342romkatv2020-01-022-1/+55
|
* add jenv prompt segment; see #342romkatv2020-01-021-1/+50
|
* add luaenv prompt segment; see #342romkatv2020-01-022-1/+55
|
* BREAKING CHANGE: add classes to google_app_cred and change its default contentromkatv2020-01-021-5/+12
|
* bug fix: don't trigger transint prompt behavior on Ctrl-C when it wouldn't ↵romkatv2020-01-021-10/+50
| | | | terminate the top-level zle; fixes #321
* bug fix: escape backquote; fixes #404romkatv2020-01-011-4/+4
|
* rename gcloud_app to google_app_cred and change its apiromkatv2019-12-191-17/+18
|
* Merge branch 'update-gcloud' of ↵romkatv2019-12-191-1/+23
|\ | | | | | | https://github.com/rsotnychenko/powerlevel10k into rsotnychenko-update-gcloud
| * Fix typosRostyslav Sotnychenko2019-12-161-1/+1
| |
| * Add prompt for Google Cloud application credentialsRostyslav Sotnychenko2019-12-161-1/+23
| |
* | bug fix: don't print an empty line after the rulerromkatv2019-12-191-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 versionsromkatv2019-12-191-2/+2
| |
* | more empty linesromkatv2019-12-171-1/+6
| |
* | typoromkatv2019-12-171-1/+1
| |
* | nag users to restart iTerm2 after installing fontsromkatv2019-12-171-4/+11
|/
* 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-062-0/+18
|
* add fvmromkatv2019-12-052-0/+20
|
* ensure vim_shell and midnight_commander icons are always shown; apply ↵romkatv2019-12-041-0/+4
| | | | narrow_icons to them
* add vim_shell prompt segment; see #359romkatv2019-12-022-1/+15
|
* new prompt segment: goenv (see #342)romkatv2019-12-011-1/+43
|
* new prompt segment: midnignt_commander (see #342)romkatv2019-12-012-0/+14
|
* 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-293-56/+40
|
* add POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES; closes #350romkatv2019-11-271-2/+5
|
* add `p10k reload` and call it from all standard configsromkatv2019-11-212-4/+19
|
* iterm2: add settings that don't existromkatv2019-11-211-15/+17
|
* don't try to fix Minimum Contrast for iTerm2 users; it fails for at least ↵romkatv2019-11-211-1/+1
| | | | one person
* wizard: record instant_prompt and transient_prompt optionsromkatv2019-11-211-4/+4
|
* replace ↵ with ✘ in config templatesromkatv2019-11-191-8/+6
| | | | | Some terminals are unable to display ↵ even when using fonts that have this ghyph. See #326.
* clarify what "ornaments" refers to; see #329romkatv2019-11-181-1/+4
|
* add POWERLEVEL9K_RBENV_SOURCES; see #333romkatv2019-11-181-5/+11
|
* remove redundant extra icons questionromkatv2019-11-161-1/+0
|
* black os_ison on white background in rainbow style. otherwise it sucks on ↵romkatv2019-11-151-2/+5
| | | | both MS terminals as they cannot differentiate between black and no background
* 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.