Commit 2759586a authored by Robby Russell's avatar Robby Russell
Browse files

Using compctl instead of compdef to resolve Issue #1

parent fff31c33
......@@ -17,7 +17,7 @@ _rake () {
fi
}
compdef _rake rake
compctl -K _rake rake
function _cap_does_task_list_need_generating () {
if [ ! -f .cap_tasks~ ]; then return 0;
......@@ -39,4 +39,4 @@ function _cap () {
fi
}
compdef _cap cap
compctl -K _cap cap
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment