summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Hobson2014-02-04 07:20:09 -0800
committerZack Hobson2014-02-04 07:20:09 -0800
commitfedd5c7dc23996512e41a9ee4eb37bc88a640f3a (patch)
tree592fa829d710d23bb1de579273d5b56daaa63212
parente49f2a8d3718bb73c2d676957b603cd9ec520d11 (diff)
downloadhcl-fedd5c7dc23996512e41a9ee4eb37bc88a640f3a.tar.bz2
README: clarify completion command
-rw-r--r--README.markdown4
1 files 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