aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-03 04:10:18 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-03 04:10:18 +0100
commit4bd0a266df393a7eb5b5e36ad8d99b41378dbce9 (patch)
treee69496279c64fc5e244934af7b70f59243a3ccdc
parentd470f2eb731ebe48d41ad8d9ccc883efff3b5563 (diff)
downloadzuwu-4bd0a266df393a7eb5b5e36ad8d99b41378dbce9.tar.gz
zuwu-4bd0a266df393a7eb5b5e36ad8d99b41378dbce9.tar.bz2
zuwu-4bd0a266df393a7eb5b5e36ad8d99b41378dbce9.tar.lz
zuwu-4bd0a266df393a7eb5b5e36ad8d99b41378dbce9.zip

fix: reword

-rwxr-xr-xinstall.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.zsh b/install.zsh
index be47900..97714ce 100755
--- a/install.zsh
+++ b/install.zsh
@@ -40,7 +40,7 @@ for d in /usr/share/zsh/plugins/zuwu /usr/local/share/zsh/plugins/zuwu "\\\$HOME
fi
done
EOF_ZSHRC
-echo -e "\x1b[0;32mPlease run \x1b[0;34msource \$HOME/.zshrc\x1b[0;32m to finish installing zuwu.\x1b[0m"
+echo -e "\x1b[0;32mPlease run \x1b[0;34msource \$HOME/.zshrc\x1b[0;32m to load zuwu into the current shell.\x1b[0m"
EOF_SETUPSCRIPT
chmod +x "$TARGET/setup.zsh"
if [[ "$_ZUWU_INSTALLED" != "1" ]]; then