Skip to content

Commit eb28698

Browse files
committed
add newline before scoreboard
1 parent 3a025a1 commit eb28698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larryshellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ __prompt_command()
4444
function scoreboard()
4545
{
4646
# for keeping score of the age old Larry vs Devon altercation
47-
echo -e "Scoreboard:\n\n${LARRY}: $SCORE_LARRY\nDevon: $SCORE_DEVON\n";
47+
echo -e "\nScoreboard:\n\n${LARRY}: $SCORE_LARRY\nDevon: $SCORE_DEVON\n";
4848
}
4949
export -f scoreboard

0 commit comments

Comments
 (0)