From 3483f230a72a0cf2078f4874acb38b74d61dbecd Mon Sep 17 00:00:00 2001 From: QZCL Maintainer <168384680+qzcl-maintainer@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:18:29 -0600 Subject: [PATCH 1/4] Updated README.md to include instructions to enable MesloLGS Terminal Font --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c255207..6c80c3c4 100644 --- a/README.md +++ b/README.md @@ -698,6 +698,8 @@ If you are using a different terminal, proceed with manual font installation. *Use these personal options* and change *Font:* under *Terminal UI* to `MesloLGS NF Regular`. To change the font for the remote host connections, go to *Preferences → Terminal Options → Look and Feel* and change *Font:* under *Terminal UI* to `MesloLGS NF Regular`. + - **Warp**: Open Warp and Navigate to *Settings* then *Appearance*. Scroll down to *Text* Section + and under *"Terminal Font"*, select the `MesloLGS NF` font. - **WSLtty**: Right click on an open terminal and then on *Options*. In the *Text* section, under *Font*, click *"Select..."* and set Font to `MesloLGS NF Regular`. - **Yakuake**: Click *≡* → *Manage Profiles* → *New* → *Appearance*. Click *Choose* next to the From 67a365b9dbf2c784ca8e655d681df10ef2d4a1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20NICOLAS?= Date: Fri, 25 Oct 2024 10:26:44 +0200 Subject: [PATCH 2/4] Let mise-configured ancestors be anchors (#2782) --- config/p10k-classic.zsh | 1 + config/p10k-lean-8colors.zsh | 1 + config/p10k-lean.zsh | 1 + config/p10k-rainbow.zsh | 1 + 4 files changed, 4 insertions(+) diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index d7be6722..623b9308 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -244,6 +244,7 @@ .perl-version .php-version .tool-versions + .mise.toml .shorten_folder_marker .svn .terraform diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index bf469df7..3f72ff4b 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -235,6 +235,7 @@ .perl-version .php-version .tool-versions + .mise.toml .shorten_folder_marker .svn .terraform diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 1595a377..cef70fd8 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -235,6 +235,7 @@ .perl-version .php-version .tool-versions + .mise.toml .shorten_folder_marker .svn .terraform diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 355ee9bb..ed74b7fa 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -244,6 +244,7 @@ .perl-version .php-version .tool-versions + .mise.toml .shorten_folder_marker .svn .terraform From 5e26473457d819fe148f7fff32db1082dae72012 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Mon, 28 Oct 2024 10:26:23 +0100 Subject: [PATCH 3/4] support cpu_arch on linux (#2776) --- internal/p10k.zsh | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 0942c1c1..839aa1f0 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -5752,15 +5752,19 @@ prompt_cpu_arch() { state=$_p9k__cache_val[1] text=$_p9k__cache_val[2] else - local cmd - for cmd in machine arch; do - (( $+commands[$cmd] )) || continue - if text=$(command -- $cmd) 2>/dev/null && [[ $text == [a-zA-Z][a-zA-Z0-9_]# ]]; then - break - else - text= - fi - done + if [[ -r /proc/sys/kernel/arch ]]; then + text=$(/dev/null && [[ $text == [a-zA-Z][a-zA-Z0-9_]# ]]; then + break + else + text= + fi + done + fi state=_${${(U)text}//İ/I} _p9k_cache_ephemeral_set "$state" "$text" fi @@ -9495,7 +9499,7 @@ if [[ $__p9k_dump_file != $__p9k_instant_prompt_dump_file && -n $__p9k_instant_p zf_rm -f -- $__p9k_instant_prompt_dump_file{,.zwc} 2>/dev/null fi -typeset -g P9K_VERSION=1.20.13 +typeset -g P9K_VERSION=1.20.14 if [[ ${VSCODE_SHELL_INTEGRATION-} == <1-> && ${+__p9k_force_term_shell_integration} == 0 ]]; then typeset -gri __p9k_force_term_shell_integration=1 From 8a331b82108dd5c5834cebdc0abbe778cc1a2735 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Mon, 28 Oct 2024 11:32:25 +0100 Subject: [PATCH 4/4] copy warp font instructions to font.md --- font.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/font.md b/font.md index 7f0f0572..54456668 100644 --- a/font.md +++ b/font.md @@ -78,6 +78,8 @@ If you are using a different terminal, proceed with manual font installation. *Use these personal options* and change *Font:* under *Terminal UI* to `MesloLGS NF Regular`. To change the font for the remote host connections, go to *Preferences → Terminal Options → Look and Feel* and change *Font:* under *Terminal UI* to `MesloLGS NF Regular`. + - **Warp**: Open Warp and Navigate to *Settings* then *Appearance*. Scroll down to *Text* Section + and under *"Terminal Font"*, select the `MesloLGS NF` font. - **WSLtty**: Right click on an open terminal and then on *Options*. In the *Text* section, under *Font*, click *"Select..."* and set Font to `MesloLGS NF Regular`. - **Yakuake**: Click *≡* → *Manage Profiles* → *New* → *Appearance*. Click *Choose* next to the