File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ using the double `##` comments you've learned about above. Now it's clear how yo
58
58
59
59
# Auto-completion
60
60
61
- Autocompletion works when you use ` zsh ` with ` oh-my-zsh ` . Create the following file in your oh-my-zsh directory
61
+ Autocompletion works when you use ` zsh ` and ` oh-my-zsh ` . Create the following file in your oh-my-zsh directory
62
62
` ~/.oh-my-zsh/completions/_task.zsh ` :
63
63
64
64
``` shell
@@ -82,9 +82,6 @@ _task "$@"
82
82
83
83
Now after running ` task shorthand ` , your ` task ` commands will get autocompleted.
84
84
85
- ** Note:** if your task name contains ` : ` characters, the autocomplete functionality will break. Replace the ` : `
86
- character in your task names to prevent this.
87
-
88
85
# Credits
89
86
90
87
This Taskfile setup is based on [ Adrian Cooney's Taskfile] ( https://github.com/adriancooney/Taskfile ) and is widely
You can’t perform that action at this time.
0 commit comments