aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-31 18:14:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-31 18:14:01 +1200
commit8ca2f8db01b8660a235bede6987bd31e5cc63c14 (patch)
tree0105052944f0c6e3bffe676c8f0ec86f722dd36b /sh
parentAdd "downloads.sh" profile event (diff)
downloaddotfiles-8ca2f8db01b8660a235bede6987bd31e5cc63c14.tar.gz
dotfiles-8ca2f8db01b8660a235bede6987bd31e5cc63c14.zip
Some extra newlines
Diffstat (limited to 'sh')
-rw-r--r--sh/profile.d/downloads.sh2
1 files changed, 1 insertions, 1 deletions
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
)