From 85c6e6c40f0517c8bb6274440527a052f97b0f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Let?= Date: Wed, 15 Mar 2023 23:56:56 +0100 Subject: [PATCH] Use fancy callout characters --- scripts/hooks.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/hooks.sh b/scripts/hooks.sh index c71468f..e41b25c 100644 --- a/scripts/hooks.sh +++ b/scripts/hooks.sh @@ -17,11 +17,11 @@ # Backwards compatibilty: Please see notes above before making any changes here. __resh_reload_msg() { printf '\n' - printf '+--------------------------------------------------------------+\n' - printf '| New version of RESH shell files was loaded in this terminal. |\n' - printf '| This is an informative message - no action is necessary. |\n' - printf '| Please restart this terminal if you encounter any issues. |\n' - printf '+--------------------------------------------------------------+\n' + printf '┌──────────────────────────────────────────────────────────────┐\n' + printf '│ New version of RESH shell files was loaded in this terminal. │\n' + printf '│ This is an informative message - no action is necessary. │\n' + printf '│ Please restart this terminal if you encounter any issues. │\n' + printf '└──────────────────────────────────────────────────────────────┘\n' printf '\n' }