diff options
author | 2025-01-03 04:10:18 +0100 | |
---|---|---|
committer | 2025-01-03 04:10:18 +0100 | |
commit | 4bd0a266df393a7eb5b5e36ad8d99b41378dbce9 (patch) | |
tree | e69496279c64fc5e244934af7b70f59243a3ccdc | |
parent | d470f2eb731ebe48d41ad8d9ccc883efff3b5563 (diff) | |
download | zuwu-4bd0a266df393a7eb5b5e36ad8d99b41378dbce9.tar.gz zuwu-4bd0a266df393a7eb5b5e36ad8d99b41378dbce9.tar.bz2 zuwu-4bd0a266df393a7eb5b5e36ad8d99b41378dbce9.tar.lz zuwu-4bd0a266df393a7eb5b5e36ad8d99b41378dbce9.zip |
fix: reword
-rwxr-xr-x | install.zsh | 2 |
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 |