DEV Community

jonjpbm
jonjpbm

Posted on

3 2

AWS Auto Tab Completion When Using Oh My Zsh

I installed AWSCLI with homebrew (you don't have to if you don't want)

Adding to your .zshrc

Add aws to you plugins for oh my zsh
Something like this:
plugins=(terraform git aws) NOTE: Terraform and git are there for example.

Then I put this at the bottom.

#Auto tab complete for AWS Cli
export PATH=usr/local/bin/aws_completer:$PATH
autoload -Uz compinit && compinit
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more