We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a025a1 commit eb28698Copy full SHA for eb28698
larryshellrc
@@ -44,6 +44,6 @@ __prompt_command()
44
function scoreboard()
45
{
46
# for keeping score of the age old Larry vs Devon altercation
47
- echo -e "Scoreboard:\n\n${LARRY}: $SCORE_LARRY\nDevon: $SCORE_DEVON\n";
+ echo -e "\nScoreboard:\n\n${LARRY}: $SCORE_LARRY\nDevon: $SCORE_DEVON\n";
48
}
49
export -f scoreboard
0 commit comments