summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index d66c5f9..3b3bd56 100644
--- a/bashrc
+++ b/bashrc
@@ -58,8 +58,6 @@ echo Running $(uname) $(uname -r) on $(uname -n) \($(uname -m)\)
if [ -f ~/todo ]; then
echo To do:
cat ~/todo
-else
- echo To do list empty
fi
if [ -f ~/.cache/weather/forecast ]; then
@@ -67,3 +65,5 @@ if [ -f ~/.cache/weather/forecast ]; then
echo Weather:
cat ~/.cache/weather/forecast | while read -r l ; do echo " "$l ; done
fi
+
+[ "$(ls ~/Maildir/new/)" ] && echo 'New mail'