aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'skipkayhil-rm-ruby-engine-if-ruby'Roman Perepelitsa2022-11-021-1/+4
|\
| * Add chruby config to hide RUBY_ENGINE when "ruby"Hartley McGuire2022-11-021-1/+4
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the chruby segment looks like this for standard and non-standard ruby implementations respectively: ``` Ruby ruby 3.1.2 Ruby truffleruby 3.0.3 ``` While displaying the RUBY_ENGINE is helpful for non-standard implementations, showing it for "ruby" results in "Ruby ruby" which feels redundant. This commit adds a new configuration option to disable showing the RUBY_ENGINE when it is "ruby". Other values for RUBY_ENGINE will always display as before: ``` Ruby 3.1.2 Ruby truffleruby 3.0.3 ``` This also makes the formatting more similar to the asdf segment: ``` Ruby 3.1.2 Ruby truffleruby-22.3.0 ```
* Merge branch 'mmathys-patch-1'Roman Perepelitsa2022-10-091-2/+2
|\
| * Merge branch 'patch-1' of github.com:mmathys/powerlevel10k into mmathys-patch-1Roman Perepelitsa2022-10-091-2/+2
|/|
| * "mainland China" to "China"Max Mathys2022-10-081-2/+2
| |
| * Rename "mainland China" to "China"Max Mathys2022-10-081-2/+2
| |
* | Merge commit 'ed1b02efd5f7691d72cf9b657d939e3adc31034c'Roman Perepelitsa2022-10-091-4/+5
|\ \
| * | Squashed 'gitstatus/' changes from 6dc0738c0..4b47ca047Roman Perepelitsa2022-10-091-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4b47ca047 docs: s/mainland China/China/ b74da1403 docs: fix grammar fc27662b4 Merge branch 'andresrinivasan-patch-1' ad739b2b0 Clarify that gitstatus is included with Powerlevel10k git-subtree-dir: gitstatus git-subtree-split: 4b47ca047be1d482dbebec7279386a9365b946c6
* | | rename arch to cpu_arch and rewrite it (#1752)Roman Perepelitsa2022-10-096-33/+71
| | |
* | | Merge branch 'brent-moffit-master'Roman Perepelitsa2022-10-086-0/+42
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' of github.com:brent-moffit/powerlevel10k into ↵Roman Perepelitsa2022-10-086-0/+42
|/| | | | | | | | | | | brent-moffit-master
| * | Add instant prompt for archbrent-moffit2022-02-141-0/+2
| | |
| * | Change arch prompt colors to better match default themesbrent-moffit2022-02-141-1/+1
| | |
| * | Add `arch` prompt for displaying CPU architecturebrent-moffit2022-02-036-0/+40
| | | | | | | | | | | | Adds the `arch` prompt to `p10k.zsh`, `ARCH_ICON` to `icons.zsh`, and commented entries in the default configs
* | | fix a bug introduced in cf1b58651505a3d5799a7f6bb5b8ce964c729c51Roman Perepelitsa2022-10-051-1/+1
| | |
* | | fix bugs introduced in 843dcf016710a4fe39f8ad65da2929f9128436fdRoman Perepelitsa2022-10-052-6/+6
| | |
* | | survive broken FPATH (#10Roman Perepelitsa2022-10-029-21/+18
| | |
* | | Fix gcloud config directoryhayas12022-09-231-2/+2
| | |
* | | fix tables broken by the last commitRoman Perepelitsa2022-09-041-2/+2
| | |
* | | Merge branch 'andresrinivasan-patch-1'Roman Perepelitsa2022-09-041-1/+8
|\ \ \
| * | | Merge branch 'patch-1' of github.com:andresrinivasan/powerlevel10k into ↵Roman Perepelitsa2022-09-041-1/+8
|/| | | | | | | | | | | | | | | andresrinivasan-patch-1
| * | | Add references to AntidoteAndré Srinivasan2022-09-011-1/+8
| | | | | | | | | | | | | | | | Signed-off-by: André Srinivasan <andre.srinivasan@gmail.com>
* | | | sync fonts.md with README.mdRoman Perepelitsa2022-08-311-5/+3
| | | |
* | | | docs: set font in Windows Terminal through the Settings UIRoman Perepelitsa2022-08-311-15/+3
| | | |
* | | | Merge branch 'phwt-patch-1'Roman Perepelitsa2022-08-311-4/+14
|\ \ \ \ | |/ / / |/| | |
| * | | docs: update Windows Terminal font configurationphwt2022-08-301-4/+14
|/ / /
* | | clarify that quotes are necessary when specifying font name in crostini (#1934)Roman Perepelitsa2022-08-202-2/+2
| | |
* | | make zi installation instructions consistent with the rest; fix table formattingRoman Perepelitsa2022-07-311-4/+5
| | |
* | | Merge branch '0xMRTT-patch-1'Roman Perepelitsa2022-07-311-2/+11
|\ \ \
| * | | Add Zi plugin manager to the install list0xMRTT2022-07-311-2/+11
|/ / / | | | | | | A more detailled procedure of the installation of powerlevel10k with zi is available at [wiki.zshell.dev](https://wiki.zshell.dev/community/gallery/collection/themes#thp-romkatvpowerlevel10k)
* | | don't trust cnorm as it's incorrect in some combinations of terminals and ↵Roman Perepelitsa2022-07-212-3/+16
| | | | | | | | | | | | terminfo (#1699)
* | | fix toolbox segment (#1916)Roman Perepelitsa2022-07-201-3/+4
| | |
* | | Merge branch 'christian-schulze-use-HOST-for-distrobox-detection'Roman Perepelitsa2022-07-201-1/+1
|\ \ \
| * | | Merge branch 'use-HOST-for-distrobox-detection' of ↵Roman Perepelitsa2022-07-201-1/+1
|/| | | | | | | | | | | | | | | https://github.com/christian-schulze/powerlevel10k into christian-schulze-use-HOST-for-distrobox-detection
| * | | use HOST for distrobox detectionChristian Schulze2022-06-241-1/+1
| | | |
* | | | replace a hyperlink in crostini instructions with regular text (#1934)Roman Perepelitsa2022-07-142-4/+4
| | | |
* | | | fix typo in READMEOmeir Fawaz2022-07-141-1/+1
| | | |
* | | | typo in commentsRoman Perepelitsa2022-07-111-1/+1
| | | |
* | | | make crostini font instructions stylistically similar to the rest and copy ↵Roman Perepelitsa2022-07-112-10/+33
| | | | | | | | | | | | | | | | them over to font.md (#1934)
* | | | Merge branch 'alkis-crostini'Roman Perepelitsa2022-07-111-0/+37
|\ \ \ \ | |/ / / |/| | |
| * | | add Crostini installation instructionsAlkis Evlogimenos2022-07-101-0/+37
|/ / /
* | | fix the UNICODE code point for powerline "branch" icon in comments (#1911)Roman Perepelitsa2022-06-224-4/+4
| | |
* | | battery plugin: Support Linux on Librem5 phoneGerald Turner2022-06-181-2/+2
| | |
* | | replace fig ads with installation instructionsRoman Perepelitsa2022-06-151-9/+6
| | |
* | | Merge branch 'ibayramli2001-fig'Roman Perepelitsa2022-06-151-0/+9
|\ \ \
| * | | Add Fig as an installation method to the READMEIlkin Bayramli2022-06-151-0/+9
|/ / /
* | | update alpine linux installation instructionsRoman Perepelitsa2022-06-061-3/+4
| | |
* | | Fixed minor spelling mistakesAnupam Srivastava2022-06-033-4/+4
| | |
* | | add installation instructions for alpine; related: #1828Roman Perepelitsa2022-05-281-26/+36
| | |
* | | cleanupRoman Perepelitsa2022-05-261-2/+2
| | |