function hr --description "Draw horizontal rule" set --local char '─' printf "%.s$char" (seq $COLUMNS) echo end