From 1a515172787e41048fab2de6dca90ee8f52beff5 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 1 Oct 2012 11:35:32 -0700 Subject: [PATCH] Remove a newline --- rc | 1 - 1 file changed, 1 deletion(-) diff --git a/rc b/rc index f5963bf..cc182fe 100644 --- a/rc +++ b/rc @@ -28,7 +28,6 @@ alias pprint="python -c 'import sys,pprint; pprint.pprint(eval(sys.stdin.read()) alias pprint-json="python -c 'import sys,json;print json.dumps(json.load(sys.stdin), indent=2)'" - print_info_sub_noisy 2 "Sourcing ${SYS}-specific settings" case $SYS in darwin)