Skip to content

Commit 1a92b5c

Browse files
committed
Remove no longer needed : disclaimer in the readme
1 parent 85fa62b commit 1a92b5c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ using the double `##` comments you've learned about above. Now it's clear how yo
5858

5959
# Auto-completion
6060

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
6262
`~/.oh-my-zsh/completions/_task.zsh`:
6363

6464
```shell
@@ -82,9 +82,6 @@ _task "$@"
8282

8383
Now after running `task shorthand`, your `task` commands will get autocompleted.
8484

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-
8885
# Credits
8986

9087
This Taskfile setup is based on [Adrian Cooney's Taskfile](https://github.com/adriancooney/Taskfile) and is widely

0 commit comments

Comments
 (0)