Skip to content

Commit

Permalink
completer for version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Nov 14, 2020
1 parent 3811fcc commit a842495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
### console command completion, console completion
```sh
pip3 install awscli
complete -C `locate aws_completer` aws
#complete -C `locate aws_completer` aws
complete -C /usr/local/bin/aws_completer aws
```

## init variables
Expand Down

0 comments on commit a842495

Please sign in to comment.