diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:46:47 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:46:47 -0400 |
commit | 01dae014c10dd0c82724b4864844725cc663068a (patch) | |
tree | fbf673bb5c6afaa0c50d4cefd8745fae47660878 /office | |
parent | 3cd0d2b2acbb035f5c7f0f0bd6e4377cf0003e10 (diff) |
office/devtodo: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'office')
-rw-r--r-- | office/devtodo/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/office/devtodo/README b/office/devtodo/README index da6fee38b6e3..c02ad96bc282 100644 --- a/office/devtodo/README +++ b/office/devtodo/README @@ -8,9 +8,10 @@ Data is stored in a file named .todo in the current directory. Depending on the setting of backup in your configuration file, there may also be files named .todo.1, .todo.2, etc. -Devtodo can display todo items as soon as you change a directory and on -login using these scripts: /usr/doc/devtodo-0.1.20/profile.d/devtodo.{sh,csh} +Devtodo can display todo items as soon as you +change a directory and on login using these scripts: +/usr/doc/devtodo-0.1.20/profile.d/devtodo.{sh,csh} -If you want to enable this feature, the above scripts should be added to -either the system wide shell initialization files (/etc/profile.d/*) or to -a user specific initialization file. +If you want to enable this feature, the above scripts should +be added to either the system wide shell initialization files +(/etc/profile.d/*) or to a user specific initialization file. |