diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-11-23 11:26:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-11-23 11:26:45 -0200 |
commit | 064ff5e83e36b58aedf824eabc0b5eae0998d367 (patch) | |
tree | 7edffaeff75ea3ccb93e835009b1fb96adf46fed | |
parent | 84c4019dffc2e3c4d918b544c764f847c064b99c (diff) | |
download | wyrd-064ff5e83e36b58aedf824eabc0b5eae0998d367.tar.gz wyrd-064ff5e83e36b58aedf824eabc0b5eae0998d367.tar.bz2 |
Setting reminders_file to custom reminders
-rw-r--r-- | wyrdrc.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wyrdrc.dot.link b/wyrdrc.dot.link index 9aec5a1..7d26a03 100644 --- a/wyrdrc.dot.link +++ b/wyrdrc.dot.link @@ -3,7 +3,7 @@ # command for the Remind executable set remind_command="remind" # the default reminder file to display -set reminders_file="$HOME/.reminders" +set reminders_file="$HOME/.custom/reminders" # command for editing an old appointment, given a line number %line% and filename %file% set edit_old_command="${VISUAL:-$EDITOR} +%line% %file%" # command for editing a new appointment, given a filename %file% |