aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added kubent to KUBECONTEXT_SHOW_ON_COMMANDkvanzuijlen2023-01-065-9/+9
|
* add a missing lf header to p10k-lean.zsh (#2126)Roman Perepelitsa2022-12-161-0/+1
|
* Merge branch 'UtkarshVerma-master'Roman Perepelitsa2022-12-167-2/+49
|\
| * Add lf segmentUtkarsh Verma2022-12-167-0/+47
| |
| * Update README.mdLeon Satoshi2022-12-111-2/+2
|/ | | change from China mainland to China in Mandarin
* docs: add cpu_archRoman Perepelitsa2022-12-021-0/+1
|
* fix bugs in cpu_archRoman Perepelitsa2022-12-021-7/+13
|
* Merge branch 'clarkcox3-master'Roman Perepelitsa2022-12-021-1/+3
|\
| * Use "machine" where available for CPU archClark S. Cox2022-12-021-1/+3
|/ | | | This allows shells on macOS to display more specific CPU arch (e.g. a 64-bit intel machine will display "x86_64" instead of "i386")
* don't invoke mktemp if it doesn't existRoman Perepelitsa2022-11-281-1/+4
|
* don't invoke mktemp if it doesn't existRoman Perepelitsa2022-11-271-3/+6
|
* assume that dotnet version may depend on the content of global.json (#2103)Roman Perepelitsa2022-11-271-2/+5
|
* fix a bug in zap install instructions and add uninstall instructions (#2093)Roman Perepelitsa2022-11-171-4/+2
|
* Merge branch 'shwcsmack-patch-1'Roman Perepelitsa2022-11-171-0/+9
|\
| * Add reference to Zap plugin managershwcsmack2022-11-171-0/+9
|/ | | I added a reference in the Readme for my favorite ZSH package manager: Zap
* Merge branch 'ebardie-ebardie/prefer_ip_over_ifconfig'Roman Perepelitsa2022-11-141-8/+8
|\
| * Prefer `ip` over `ifconfig` for i/f detection.Jonathan Sambrook2022-11-141-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 colorRoman Perepelitsa2022-11-141-4/+20
|
* replace POWERLEVEL9K_CHRUBY_SHOW_ENGINE_IF_RUBY with ↵Roman Perepelitsa2022-11-021-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 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)