We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5796ff commit 2195895Copy full SHA for 2195895
README.md
@@ -42,7 +42,7 @@ $ for f in ~/.bash-my-aws/lib/*-functions; do source $f; done
42
43
Add the bash_completion scripts: (optional)
44
```ShellSession
45
-$ eval "$(~/.bash-my-aws/bin/generate_bash_completion)"
+$ source ~/.bash-my-aws/bin/bash_completion.sh
46
```
47
48
**Typing stack[TAB][TAB] will list available functions for CloudFormation:**
0 commit comments