Skip to content

Commit 2195895

Browse files
committed
source bash_completion.sh
1 parent c5796ff commit 2195895

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
@@ -42,7 +42,7 @@ $ for f in ~/.bash-my-aws/lib/*-functions; do source $f; done
4242

4343
Add the bash_completion scripts: (optional)
4444
```ShellSession
45-
$ eval "$(~/.bash-my-aws/bin/generate_bash_completion)"
45+
$ source ~/.bash-my-aws/bin/bash_completion.sh
4646
```
4747

4848
**Typing stack[TAB][TAB] will list available functions for CloudFormation:**

0 commit comments

Comments
 (0)