Change htitle to go comments by default

rwxrob 3 years ago
parent 7f6ccf61d5
commit 97b56a17ab
No known key found for this signature in database
GPG Key ID: 2B9111F33082AE77

@ -2,6 +2,8 @@
# Produces a centered title in the middle of a horizontal rule of text.
pre='//'
_filter(){
[[ -n "$1" ]] && return 1
while IFS= read -ra args; do
@ -17,7 +19,7 @@ htitle() {
local -i left=$side
local -i right=$side
(( len % 2 == 1 )) && ((right -= 1))
echo "# $(echon "$char" "$left") "$str" $(echon "$char" "$right")"
echo "$pre $(echon "$char" "$left") "$str" $(echon "$char" "$right")"
}
htitle "$@"

Loading…
Cancel
Save