Skip to content

Find aws_completer in libexec - #1276

Merged
fdncred merged 1 commit into
nushell:mainfrom
hongquan:feature/aws-completer-not-in-path
Aug 25, 2026
Merged

Find aws_completer in libexec#1276
fdncred merged 1 commit into
nushell:mainfrom
hongquan:feature/aws-completer-not-in-path

Conversation

@hongquan

Copy link
Copy Markdown
Contributor

Our custom aws completer delegate to the vendor's aws_completer binary
but this tool is not always installed to $env.PATH.

It is because by Linux convention, the binary that is supposed to be invoked
by another application should live in "/usr/libexec/" instead of "/usr/bin/".

Our custom `aws` completer delegate to the vendor's `aws_completer` binary
but this tool is not always installed to `$env.PATH`.

It is because by Linux convention, the binary that is supposed to be invoked
by another application should live in "/usr/libexec/" instead of "/usr/bin/".
@hongquan
hongquan marked this pull request as draft August 25, 2026 04:57
@hongquan
hongquan marked this pull request as ready for review August 25, 2026 05:15
@fdncred
fdncred merged commit b801d04 into nushell:main Aug 25, 2026
1 check passed
@fdncred

fdncred commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants