Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ebardie-ebardie/prefer_ip_over_ifconfig' | Roman Perepelitsa | 2022-11-14 | 1 | -8/+8 |
|\ | |||||
| * | Prefer `ip` over `ifconfig` for i/f detection. | Jonathan Sambrook | 2022-11-14 | 1 | -8/+8 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | `ifconfig`'s formatting doesn't cope well with long interface names. In these cases it will eat up the whitespace separating the name from the text "Link" in the output, which makes parsing the output problematic. e.g. `ifconfig`: wlp0s20f0u2Link encap:Ethernet HWaddr 00:AA:BB:CC:DD:EE v.s `ip`: 21: wlp0s20f0u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc \ mq state UP group default qlen 1000 This commit swaps the order of detection inside `_p9k_prompt_net_iface_async()`, so that `ip` will be preferred. `ifconfig` is deprecated by distros in favour of `ip`, so this will often be an incredibly marginal performance boost :) NOTE: this commit does not address the problem with using `ifconfig`. I don't understand the zsh regex, so have not touched it. | ||||
* | wizad: add a hint pointing to the frame when asking for frame color | Roman Perepelitsa | 2022-11-14 | 1 | -4/+20 |
| | |||||
* | replace POWERLEVEL9K_CHRUBY_SHOW_ENGINE_IF_RUBY with ↵ | Roman Perepelitsa | 2022-11-02 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN (#2072) POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN defines a pattern that RUBY_ENGINE should match for it to be shown. Matching is done with extended_glob. For example, to show all values of RUBY_ENGINE except "ruby": POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN='^ruby' If POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN is unset and POWERLEVEL9K_CHRUBY_SHOW_ENGINE is set to true, the behavior is the same as if POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN was set to *. | ||||
* | Merge branch 'skipkayhil-rm-ruby-engine-if-ruby' | Roman Perepelitsa | 2022-11-02 | 1 | -1/+4 |
|\ | |||||
| * | Add chruby config to hide RUBY_ENGINE when "ruby" | Hartley McGuire | 2022-11-02 | 1 | -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 Perepelitsa | 2022-10-09 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'patch-1' of github.com:mmathys/powerlevel10k into mmathys-patch-1 | Roman Perepelitsa | 2022-10-09 | 1 | -2/+2 |
|/| | |||||
| * | "mainland China" to "China" | Max Mathys | 2022-10-08 | 1 | -2/+2 |
| | | |||||
| * | Rename "mainland China" to "China" | Max Mathys | 2022-10-08 | 1 | -2/+2 |
| | | |||||
* | | Merge commit 'ed1b02efd5f7691d72cf9b657d939e3adc31034c' | Roman Perepelitsa | 2022-10-09 | 1 | -4/+5 |
|\ \ | |||||
| * | | Squashed 'gitstatus/' changes from 6dc0738c0..4b47ca047 | Roman Perepelitsa | 2022-10-09 | 1 | -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 Perepelitsa | 2022-10-09 | 6 | -33/+71 |
| | | | |||||
* | | | Merge branch 'brent-moffit-master' | Roman Perepelitsa | 2022-10-08 | 6 | -0/+42 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge branch 'master' of github.com:brent-moffit/powerlevel10k into ↵ | Roman Perepelitsa | 2022-10-08 | 6 | -0/+42 |
|/| | | | | | | | | | | | brent-moffit-master | ||||
| * | | Add instant prompt for arch | brent-moffit | 2022-02-14 | 1 | -0/+2 |
| | | | |||||
| * | | Change arch prompt colors to better match default themes | brent-moffit | 2022-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | Add `arch` prompt for displaying CPU architecture | brent-moffit | 2022-02-03 | 6 | -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 cf1b58651505a3d5799a7f6bb5b8ce964c729c51 | Roman Perepelitsa | 2022-10-05 | 1 | -1/+1 |
| | | | |||||
* | | | fix bugs introduced in 843dcf016710a4fe39f8ad65da2929f9128436fd | Roman Perepelitsa | 2022-10-05 | 2 | -6/+6 |
| | | | |||||
* | | | survive broken FPATH (#10 | Roman Perepelitsa | 2022-10-02 | 9 | -21/+18 |
| | | | |||||
* | | | Fix gcloud config directory | hayas1 | 2022-09-23 | 1 | -2/+2 |
| | | | |||||
* | | | fix tables broken by the last commit | Roman Perepelitsa | 2022-09-04 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'andresrinivasan-patch-1' | Roman Perepelitsa | 2022-09-04 | 1 | -1/+8 |
|\ \ \ | |||||
| * | | | Merge branch 'patch-1' of github.com:andresrinivasan/powerlevel10k into ↵ | Roman Perepelitsa | 2022-09-04 | 1 | -1/+8 |
|/| | | | | | | | | | | | | | | | andresrinivasan-patch-1 | ||||
| * | | | Add references to Antidote | André Srinivasan | 2022-09-01 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: André Srinivasan <andre.srinivasan@gmail.com> | ||||
* | | | | sync fonts.md with README.md | Roman Perepelitsa | 2022-08-31 | 1 | -5/+3 |
| | | | | |||||
* | | | | docs: set font in Windows Terminal through the Settings UI | Roman Perepelitsa | 2022-08-31 | 1 | -15/+3 |
| | | | | |||||
* | | | | Merge branch 'phwt-patch-1' | Roman Perepelitsa | 2022-08-31 | 1 | -4/+14 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | docs: update Windows Terminal font configuration | phwt | 2022-08-30 | 1 | -4/+14 |
|/ / / | |||||
* | | | clarify that quotes are necessary when specifying font name in crostini (#1934) | Roman Perepelitsa | 2022-08-20 | 2 | -2/+2 |
| | | | |||||
* | | | make zi installation instructions consistent with the rest; fix table formatting | Roman Perepelitsa | 2022-07-31 | 1 | -4/+5 |
| | | | |||||
* | | | Merge branch '0xMRTT-patch-1' | Roman Perepelitsa | 2022-07-31 | 1 | -2/+11 |
|\ \ \ | |||||
| * | | | Add Zi plugin manager to the install list | 0xMRTT | 2022-07-31 | 1 | -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 Perepelitsa | 2022-07-21 | 2 | -3/+16 |
| | | | | | | | | | | | | terminfo (#1699) | ||||
* | | | fix toolbox segment (#1916) | Roman Perepelitsa | 2022-07-20 | 1 | -3/+4 |
| | | | |||||
* | | | Merge branch 'christian-schulze-use-HOST-for-distrobox-detection' | Roman Perepelitsa | 2022-07-20 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Merge branch 'use-HOST-for-distrobox-detection' of ↵ | Roman Perepelitsa | 2022-07-20 | 1 | -1/+1 |
|/| | | | | | | | | | | | | | | | https://github.com/christian-schulze/powerlevel10k into christian-schulze-use-HOST-for-distrobox-detection | ||||
| * | | | use HOST for distrobox detection | Christian Schulze | 2022-06-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | replace a hyperlink in crostini instructions with regular text (#1934) | Roman Perepelitsa | 2022-07-14 | 2 | -4/+4 |
| | | | | |||||
* | | | | fix typo in README | Omeir Fawaz | 2022-07-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | typo in comments | Roman Perepelitsa | 2022-07-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | make crostini font instructions stylistically similar to the rest and copy ↵ | Roman Perepelitsa | 2022-07-11 | 2 | -10/+33 |
| | | | | | | | | | | | | | | | | them over to font.md (#1934) | ||||
* | | | | Merge branch 'alkis-crostini' | Roman Perepelitsa | 2022-07-11 | 1 | -0/+37 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | add Crostini installation instructions | Alkis Evlogimenos | 2022-07-10 | 1 | -0/+37 |
|/ / / | |||||
* | | | fix the UNICODE code point for powerline "branch" icon in comments (#1911) | Roman Perepelitsa | 2022-06-22 | 4 | -4/+4 |
| | | | |||||
* | | | battery plugin: Support Linux on Librem5 phone | Gerald Turner | 2022-06-18 | 1 | -2/+2 |
| | | | |||||
* | | | replace fig ads with installation instructions | Roman Perepelitsa | 2022-06-15 | 1 | -9/+6 |
| | | | |||||
* | | | Merge branch 'ibayramli2001-fig' | Roman Perepelitsa | 2022-06-15 | 1 | -0/+9 |
|\ \ \ | |||||
| * | | | Add Fig as an installation method to the README | Ilkin Bayramli | 2022-06-15 | 1 | -0/+9 |
|/ / / |