From fedd5c7dc23996512e41a9ee4eb37bc88a640f3a Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Tue, 4 Feb 2014 07:20:09 -0800 Subject: README: clarify completion command --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index e846ab1..d5fd7c0 100644 --- a/README.markdown +++ b/README.markdown @@ -116,11 +116,11 @@ 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 shell -configuration: +configuration (note the backticks inside the double quotes): complete -W "`cat ~/.hcl/aliases`" hcl -Note: You will need to have run `hcl` at least once to create the aliases +Warning: You will need to have run `hcl` at least once to create the aliases file. Without it, this command will fail with an error. ### Configuration Profiles -- cgit v1.2.3