aboutsummaryrefslogtreecommitdiffstats
path: root/main/zsh/zsh-newuser-install-alpine.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/zsh/zsh-newuser-install-alpine.patch')
-rw-r--r--main/zsh/zsh-newuser-install-alpine.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/main/zsh/zsh-newuser-install-alpine.patch b/main/zsh/zsh-newuser-install-alpine.patch
new file mode 100644
index 00000000000..0436b5ecc4f
--- /dev/null
+++ b/main/zsh/zsh-newuser-install-alpine.patch
@@ -0,0 +1,17 @@
+From: Jakub Jirutka <jakub@jirutka.cz>
+Date: Sun, 13 Mar 2022 22:44:00 +0100
+Subject: [PATCH] Recommend alpine-zsh-config in zsh-newuser-install
+
+--- a/Functions/Newuser/zsh-newuser-install
++++ b/Functions/Newuser/zsh-newuser-install
+@@ -959,6 +959,10 @@
+ the file by hand, if so desired).
+ "
+ fi
++ print -r "Or you can install Alpine's system-wide Z Shell configuration, which provides
++sensible defaults for a great user experience right out of the box.
++To do this, press (q) and run this command as root: apk add alpine-zsh-config.
++"
+
+ read -k key$longprompt
+ print