From 08f0be55d9489ea6d3016a32d23a503fdc644078 Mon Sep 17 00:00:00 2001 From: Stephen Date: Fri, 27 Nov 2020 14:35:39 -0800 Subject: [PATCH] fix linux extra newline --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 8ed23d3..4c82ad5 100644 --- a/zshrc +++ b/zshrc @@ -43,7 +43,7 @@ export PATH="/usr/local/opt/openssl/bin:$PATH" shownetinfo lab if [ "$OSTYPE" = "Linux" ]; then - echo "\n" + echo "" elif [ "$OSTYPE" = "Darwin" ]; then ssh-add -K ~/.ssh/id_rsa 2>/dev/null batt