diff options
-rw-r--r-- | wyrdrc.dot.link | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/wyrdrc.dot.link b/wyrdrc.dot.link index a90b5e1..0c48020 100644 --- a/wyrdrc.dot.link +++ b/wyrdrc.dot.link @@ -1,8 +1,10 @@ -# Wyrd run-configuration file +# Wyrd configuration file -# command for the Remind executable +# Command for the Remind executable set remind_command="remind" -# the default reminder file to display + +# The default reminder file to display +# We use $HOME/.custom/reminders instead of the default because the user could mistakenly edit that file from wyrd #set reminders_file="$HOME/.reminders" set reminders_file="$HOME/.custom/reminders" |