Skip to content

Commit

Permalink
[fish] Use aws_completer to complete the AWS CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Aug 18, 2023
1 parent b4d642c commit a90e1e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .config/fish/completions/aws.fish.symlink
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
function __aws_completer
set -lx COMP_LINE (commandline -pc)
set -lx COMP_POINT (string length $COMP_LINE)
aws_completer
end

complete -c aws -f -a "(__aws_completer)"

0 comments on commit a90e1e5

Please sign in to comment.