Skip to content

Commit

Permalink
Update aliased bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks authored Sep 16, 2020
1 parent 0a9bc6d commit e02a27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Or to alias `devcontainer` (to `dc` in this example):

```bash
alias dc=devcontainer
source <(devcontainer completion bash | sed s/devcontainer/dc/g)
complete -F __start_devcontainer dc
```

## Usage
Expand Down

0 comments on commit e02a27f

Please sign in to comment.