Commit Graph

4077 Commits (b8c6c6f42f8b40fb7668bcb23c4abbd416234fc1)
 

Author SHA1 Message Date
Hartley McGuire b8c6c6f42f
Add chruby config to hide RUBY_ENGINE when "ruby"
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
```
Roman Perepelitsa 8091c8a3a8 Merge branch 'mmathys-patch-1'
Roman Perepelitsa e4a94a8ae0 Merge branch 'patch-1' of github.com:mmathys/powerlevel10k into mmathys-patch-1
Roman Perepelitsa cd47894197 Merge commit 'ed1b02efd5f7691d72cf9b657d939e3adc31034c'
Roman Perepelitsa ed1b02efd5 Squashed 'gitstatus/' changes from 6dc0738c0..4b47ca047
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
Roman Perepelitsa bd0c9f4ec7 rename arch to cpu_arch and rewrite it ()
Roman Perepelitsa f89b54faf2 Merge branch 'brent-moffit-master'
Roman Perepelitsa 02290d1eb9 Merge branch 'master' of github.com:brent-moffit/powerlevel10k into brent-moffit-master
Max Mathys 3e952468aa
"mainland China" to "China"
Max Mathys efffc87cf5
Rename "mainland China" to "China"
Roman Perepelitsa 5ee784787f fix a bug introduced in cf1b586515
Roman Perepelitsa cf1b586515 fix bugs introduced in 843dcf0167
Roman Perepelitsa 843dcf0167 survive broken FPATH (
hayas1 957249a95c Fix gcloud config directory
Roman Perepelitsa 4bbb198a60 fix tables broken by the last commit
Roman Perepelitsa b4a5379be8 Merge branch 'andresrinivasan-patch-1'
Roman Perepelitsa 5ca97df8fe Merge branch 'patch-1' of github.com:andresrinivasan/powerlevel10k into andresrinivasan-patch-1
André Srinivasan 18f939d344 Add references to Antidote
Signed-off-by: André Srinivasan <andre.srinivasan@gmail.com>
Roman Perepelitsa 3bfbb8294f sync fonts.md with README.md
Roman Perepelitsa cbca1bd8c1 docs: set font in Windows Terminal through the Settings UI
Roman Perepelitsa 534ace8773 Merge branch 'phwt-patch-1'
phwt 5d223b8351
docs: update Windows Terminal font configuration
Roman Perepelitsa 0493886837 clarify that quotes are necessary when specifying font name in crostini ()
Roman Perepelitsa f9fd384d8d make zi installation instructions consistent with the rest; fix table formatting
Roman Perepelitsa 4a60348e07 Merge branch '0xMRTT-patch-1'
0xMRTT abc318b608
Add Zi plugin manager to the install list
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)
Roman Perepelitsa e72264e01c don't trust cnorm as it's incorrect in some combinations of terminals and terminfo ()
Roman Perepelitsa fd5fa09504 fix toolbox segment ()
Roman Perepelitsa 7704f6b877 Merge branch 'christian-schulze-use-HOST-for-distrobox-detection'
Roman Perepelitsa 64c5f10379 Merge branch 'use-HOST-for-distrobox-detection' of https://github.com/christian-schulze/powerlevel10k into christian-schulze-use-HOST-for-distrobox-detection
Roman Perepelitsa 2dd6a29e4d replace a hyperlink in crostini instructions with regular text ()
Omeir Fawaz 71e4e3288d fix typo in README
Roman Perepelitsa be3724bc80 typo in comments
Roman Perepelitsa 487a388dbd make crostini font instructions stylistically similar to the rest and copy them over to font.md ()
Roman Perepelitsa c1c827e21d Merge branch 'alkis-crostini'
Alkis Evlogimenos 9a3c2f48a4 add Crostini installation instructions
Christian Schulze cb82b1f5d9 use HOST for distrobox detection
Roman Perepelitsa cf67cad465 fix the UNICODE code point for powerline "branch" icon in comments ()
Gerald Turner 0c197ed4a5 battery plugin: Support Linux on Librem5 phone
Roman Perepelitsa 0bef490cda replace fig ads with installation instructions
Roman Perepelitsa 3ed9c1bce1 Merge branch 'ibayramli2001-fig'
Ilkin Bayramli 19bcd37935
Add Fig as an installation method to the README
Roman Perepelitsa 6b128d48d6 update alpine linux installation instructions
Anupam Srivastava 89ecd6539a Fixed minor spelling mistakes
Roman Perepelitsa 5c7ad753a2 add installation instructions for alpine; related:
Roman Perepelitsa a3f6859a8d cleanup
Lucas Larson cf9a1fd02d suppress `nounset` error if `DIRENV_DIR` isn’t defined (fix )
Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
Roman Perepelitsa 74ff02a819 work around a bug in zsh 5.4.1 ()
Here's the bug:

  zsh -fc 'print "${#${x}}"'

This code should print "0" but it prints "1" in zsh 5.4.1.
AdalZanabria 406e6aa9e4 Added missing segments to README without auto-formatting.
AdalZanabria d03058819d Revert "Added missing segments to README." because of auto-formatting.
This reverts commit e65e508743.