From 8cf0dbfbe71e1d9376ce62651a8e962647fa7b5d Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Tue, 1 Nov 2011 21:33:01 -0500 Subject: [PATCH] .bashrc: Extra white-space before MOTD uname --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 82c8247..6de57e8 100644 --- a/.bashrc +++ b/.bashrc @@ -384,7 +384,7 @@ test -n "$PS1" && test -n "$INTERACTIVE" -a -n "$LOGIN" && { echo " --" - uname -npsr + echo -n " " && uname -npsr uptime echo " --" } -- 2.43.0