diff options
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 67fbaf1..959d6b9 100644 --- a/README.markdown +++ b/README.markdown @@ -96,6 +96,12 @@ the same arguments as start: The above starts and immediately stops a one-hour timer with the given note. +### Bash Auto-completion of Task Aliases + +You can enable auto-completion of task aliases by adding this to your bashrc: + + eval `hcl completion` + ### Date Formats Dates can be expressed in a variety of ways. See the [Chronic documentation][cd] |
