AWS Auto Tab Completion When Using Oh My Zsh
jonjpbm

jonjpbm @jonjpbm

About: I love technology

Location:
New Braunfels
Joined:
Sep 23, 2019

AWS Auto Tab Completion When Using Oh My Zsh

Publish Date: Jun 4 '21
6 0

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

Comments 0 total

    Add comment