diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-08-09 20:15:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-08-09 20:15:09 -0300 |
commit | c8c071cfe20b8a1369f0a45af684a35a4f62703c (patch) | |
tree | 0fac6c15353ccd36ca857223d466673618b38bdc | |
parent | ebd1d7bc765ae6df702e71d942bd40c8b6918564 (diff) | |
download | wyrd-c8c071cfe20b8a1369f0a45af684a35a4f62703c.tar.gz wyrd-c8c071cfe20b8a1369f0a45af684a35a4f62703c.tar.bz2 |
Fix reminders_file
-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 4da7f12..c4eccca 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/.custom/reminders" +set reminders_file="$HOME/.reminders" # Due to some Wyrd Weirdness, we cannot unbind Alt-q key combo that might conflict with VIM key mapping # Then we invoke a separate terminal to edit the file so the key combo does not conflict |