aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/remind.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-10 10:44:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-10 10:44:18 +1200
commit69dabe5a87f556505b6dd05ea2250df293b4889b (patch)
treeffefcd8b0d4ac4d6d61beea8dd4ac67031f79b99 /sh/profile.d/remind.sh
parentPrint verse(1) output on login but only once a day (diff)
downloaddotfiles-69dabe5a87f556505b6dd05ea2250df293b4889b.tar.gz
dotfiles-69dabe5a87f556505b6dd05ea2250df293b4889b.zip
Instate .bash_profile.d
Stuff that prints messages really only needs to be done for my primary login shell
Diffstat (limited to 'sh/profile.d/remind.sh')
-rw-r--r--sh/profile.d/remind.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/sh/profile.d/remind.sh b/sh/profile.d/remind.sh
deleted file mode 100644
index eec279af..00000000
--- a/sh/profile.d/remind.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-# Show reminders on login
-if command -v remind >/dev/null 2>&1 && [ -r "$HOME"/.reminders ] ; then
- printf '\n'
- remind -q "$HOME"/.reminders | sed 's/^/* /'
-fi
-