Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a tip for disabling git branch truncation | romkatv | 2020-04-09 | 4 | -0/+4 |
| | |||||
* | notes | romkatv | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | zf_rm before zf_mv to work around NTFS bugs (see #610) | romkatv | 2020-04-07 | 3 | -30/+18 |
| | |||||
* | unfuckup md formatting | romkatv | 2020-04-06 | 1 | -1/+73 |
| | |||||
* | notes | romkatv | 2020-04-06 | 1 | -0/+10 |
| | |||||
* | auto-start configuration wizard if no POWERLEVEL9K parameters are set; fixes ↵ | romkatv | 2020-04-06 | 1 | -1/+1 |
| | | | | #615 | ||||
* | notes | romkatv | 2020-04-06 | 1 | -1/+22 |
| | |||||
* | notes | romkatv | 2020-04-06 | 1 | -0/+3 |
| | |||||
* | notes | romkatv | 2020-04-06 | 1 | -37/+112 |
| | |||||
* | rename notes.txt => notes.md | romkatv | 2020-04-06 | 1 | -0/+0 |
| | |||||
* | ignore POWERLEVEL9K_CONFIG_FILE when deciding whether to start wizard | romkatv | 2020-04-05 | 1 | -1/+1 |
| | |||||
* | add POWERLEVEL9K_CONFIG_FILE | romkatv | 2020-04-05 | 7 | -4/+23 |
| | |||||
* | suppress errors from zf_mv (fixes #610) | romkatv | 2020-04-05 | 2 | -11/+22 |
| | |||||
* | don't compile sources if zsh is < 5.1 | romkatv | 2020-04-05 | 2 | -14/+16 |
| | |||||
* | assume no zshrc changes are required if using z4h | romkatv | 2020-04-04 | 1 | -0/+5 |
| | |||||
* | fix an embarrassing typo that causes instant prompt to get slower over time ↵ | romkatv | 2020-04-04 | 1 | -1/+1 |
| | | | | (fixes #608) | ||||
* | use a more portable PROXY_ICON; fixes #596 | romkatv | 2020-04-01 | 2 | -5/+5 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2020-03-29 | 1 | -0/+0 |
| | |||||
* | remove special error message for 32-bit arm and intel; these are now supported | romkatv | 2020-03-29 | 1 | -43/+0 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2020-03-29 | 17 | -10/+22 |
| | |||||
* | replace debian with alpine in the docker demo (starts much faster) | romkatv | 2020-03-29 | 1 | -3/+3 |
| | |||||
* | remove capitalization in some links for consistency | romkatv | 2020-03-28 | 1 | -3/+3 |
| | |||||
* | bug fix: always succeed when reaching the end of ask_* function; fixes #591 | romkatv | 2020-03-28 | 1 | -1/+49 |
| | |||||
* | Tweak readme intro (#590) | Roman Perepelitsa | 2020-03-27 | 1 | -3/+6 |
| | | | Co-authored-by: Cameron Steffen <cam.steffen94@gmail.com> | ||||
* | move the link to the TOC a bit higher; some users want to see it but give up ↵ | romkatv | 2020-03-27 | 1 | -3/+2 |
| | | | | before they reach it | ||||
* | add padding after slanted separators when using non-monospace font; count ↵ | romkatv | 2020-03-27 | 2 | -41/+85 |
| | | | | width savings to be able to show more styles on narrow terminals | ||||
* | bug fix: remove superfluous /bin from gitstatusd path; see #589 | romkatv | 2020-03-27 | 1 | -1/+1 |
| | |||||
* | Update GitHub issue link (#588) | shiro | 2020-03-26 | 1 | -1/+1 |
| | |||||
* | disable vi_mode if prompt_char is enabled; see #584 | romkatv | 2020-03-25 | 2 | -2/+2 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2020-03-23 | 1 | -0/+0 |
| | |||||
* | notes | romkatv | 2020-03-23 | 1 | -0/+1 |
| | |||||
* | recommend enabling builtin powerline glyphs in iterm2 | romkatv | 2020-03-22 | 1 | -0/+1 |
| | |||||
* | link to font faq | romkatv | 2020-03-22 | 1 | -0/+2 |
| | |||||
* | use better looking flat and slanted separators in unicode modev1.5.0 | romkatv | 2020-03-22 | 1 | -7/+10 |
| | |||||
* | document how MesloLGS NF was created | romkatv | 2020-03-22 | 1 | -4/+23 |
| | |||||
* | Merge branch 'gcloud' | romkatv | 2020-03-22 | 5 | -55/+222 |
|\ | |||||
| * | enable the display of project name in gcloud segment | romkatv | 2020-03-21 | 5 | -40/+206 |
| | | | | | | | | | | Details: https://github.com/romkatv/powerlevel10k/issues/318#issuecomment-602037792 | ||||
| * | refactoring: give segments more flexibility in precompute | romkatv | 2020-03-21 | 1 | -15/+16 |
| | | |||||
| * | Merge branch 'GCloud-Segment' of https://github.com/Jeklah/powerlevel10k ↵ | romkatv | 2020-03-21 | 1 | -1/+1 |
| |\ | | | | | | | | | | into gcloud | ||||
| | * | GCloud Segment shows proj name not proj ID. | Jeklah | 2020-03-16 | 1 | -1/+1 |
| | | | | | | | | | Logic behind change: gcloud project IDs are semi randomly generated and can not be changed by the user. The project name can be changed and is much easier on the eyes, and easier for the user the identify the project, as it will be what they typed in when naming the project, as opposed to the ID which they won't have typed in. | ||||
* | | | fix progress messages when installing fonts | romkatv | 2020-03-22 | 1 | -1/+3 |
| | | | |||||
* | | | iTerm2: offer to install a new version of MesloLGS NF | romkatv | 2020-03-22 | 1 | -7/+12 |
| | | | |||||
* | | | Merge branch 'wizard' | romkatv | 2020-03-22 | 1 | -3/+6 |
|\ \ \ | |||||
| * | | | iTerm2: fetch fonts from powerlevel10k-media; avoid font size 12; enable ↵ | romkatv | 2020-03-22 | 1 | -3/+6 |
| |/ / | | | | | | | | | | builtin powerline glyphs | ||||
* / / | make os_icon non-bold even in lean style | romkatv | 2020-03-22 | 2 | -2/+2 |
|/ / | |||||
* | | bug fix: java version depends on JAVA_HOME (fixes #572) | romkatv | 2020-03-21 | 1 | -7/+13 |
| | | |||||
* | | add installation instructions for Arch Linux via Pacman | romkatv | 2020-03-21 | 1 | -4/+15 |
| | | |||||
* | | fix typo: disk_usgae (#574) | Marko Kaznovac | 2020-03-21 | 4 | -4/+4 |
| | | |||||
* | | Added installation via antibody (#573) | Yaroslav Derman | 2020-03-20 | 1 | -0/+5 |
| | | |||||
* | | remove calendar from the list of icons on the ask_icon_padding screen | romkatv | 2020-03-20 | 1 | -7/+6 |
| | |