Skip to content

Commit e02a27f

Browse files
authored
Update aliased bash completion
1 parent 0a9bc6d commit e02a27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Or to alias `devcontainer` (to `dc` in this example):
3232

3333
```bash
3434
alias dc=devcontainer
35-
source <(devcontainer completion bash | sed s/devcontainer/dc/g)
35+
complete -F __start_devcontainer dc
3636
```
3737

3838
## Usage

0 commit comments

Comments
 (0)