aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-29 15:20:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-29 15:20:40 +1200
commit97c859ac02ac263a4a8034fee507b5b9b17d64c7 (patch)
treebce6a147c7f918682367bb777cc2ecc07bd89942 /bash/bashrc.d
parentExit with 2 on usage errors like Bash builtins (diff)
downloaddotfiles-97c859ac02ac263a4a8034fee507b5b9b17d64c7.tar.gz
dotfiles-97c859ac02ac263a4a8034fee507b5b9b17d64c7.zip
Just found rem(1), don't need this now
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/remind.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/bashrc.d/remind.bash b/bash/bashrc.d/remind.bash
deleted file mode 100644
index eaa724e0..00000000
--- a/bash/bashrc.d/remind.bash
+++ /dev/null
@@ -1,5 +0,0 @@
-# Default filename for remind(1) is ~/.reminders
-remind() {
- command remind "${@:-"$HOME"/.reminders}"
-}
-