Skip to content

Commit

Permalink
Use fancy callout characters
Browse files Browse the repository at this point in the history
  • Loading branch information
curusarn committed Mar 15, 2023
1 parent 9320e90 commit 85c6e6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/hooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 85c6e6c

Please sign in to comment.