aboutsummaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
Diffstat (limited to 'status')
-rwxr-xr-xstatus7
1 files changed, 6 insertions, 1 deletions
diff --git a/status b/status
index 052169b..3ac97d8 100755
--- a/status
+++ b/status
@@ -72,7 +72,7 @@ function status_run {
# Check your reminders
if which remind &> /dev/null && [ -e "$HOME/.reminders" ]; then
- remind ~/.reminders | grep -v '^No reminders.$'
+ remind ~/.reminders | grep -v '^No reminders.$'# | tr '[:upper:]' '[:lower:]'
fi
# Update your mrconfig and check all registered repositories
@@ -101,6 +101,11 @@ function status_run {
# Check if are dangling downloaded files
if [ -e "$HOME/load" ] && [ ! -z "`ls -1 ~/load/`" ]; then
+ # Print a newline if needed depending of the output of the previous commands
+ if [ ! -z "`postponed`" ] || [ ! -z "`unread-emails`" ]; then
+ echo ""
+ fi
+
echo "Dangling files at ~/load:"
echo ""
ls -lh ~/load/