Use fancy callout characters

pull/195/head
Šimon Let 3 years ago
parent 9320e90b25
commit 85c6e6c40f
  1. 10
      scripts/hooks.sh

@ -17,11 +17,11 @@
# Backwards compatibilty: Please see notes above before making any changes here. # Backwards compatibilty: Please see notes above before making any changes here.
__resh_reload_msg() { __resh_reload_msg() {
printf '\n' printf '\n'
printf '+--------------------------------------------------------------+\n' printf '┌──────────────────────────────────────────────────────────────┐\n'
printf '| New version of RESH shell files was loaded in this terminal. |\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 '│ This is an informative message - no action is necessary. │\n'
printf '| Please restart this terminal if you encounter any issues. |\n' printf '│ Please restart this terminal if you encounter any issues. │\n'
printf '+--------------------------------------------------------------+\n' printf '└──────────────────────────────────────────────────────────────┘\n'
printf '\n' printf '\n'
} }

Loading…
Cancel
Save