This website requires JavaScript.
Explore
Help
Sign In
shell-user
/
oh-my-bash
Watch
1
Star
0
Fork
0
You've already forked oh-my-bash
mirror of
https://github.com/ohmybash/oh-my-bash.git
synced
2024-05-11 05:55:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
oh-my-bash
/
completions
/
awscli.completion.sh
2 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Fixed noise by rerouting the output of some external completion scripts to /dev/null fixing: ISSUE #2 from the master repository.
2018-04-07 19:23:04 +02:00
[
[
-x
"
$(
which aws_completer
)
"
]
]
&
>/dev/null
&&
complete
-C
"
$(
which aws_completer
)
"
aws
Reference in New Issue
Copy Permalink