From 8ca2f8db01b8660a235bede6987bd31e5cc63c14 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 31 May 2017 18:14:01 +1200 Subject: Some extra newlines --- sh/profile.d/downloads.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/profile.d') diff --git a/sh/profile.d/downloads.sh b/sh/profile.d/downloads.sh index eb2a9b54..4c57ddfd 100644 --- a/sh/profile.d/downloads.sh +++ b/sh/profile.d/downloads.sh @@ -8,6 +8,6 @@ set -- "$dir"/* [ -e "$1" ] || shift [ "$#" -gt 0 ] || continue - printf 'You have %u unsorted files in %s.\n' "$#" "$dir" + printf '\nYou have %u unsorted files in %s.\n\n' "$#" "$dir" done < "$HOME"/.downloads ) -- cgit v1.2.3