Skip to main content
deleted 19 characters in body
Source Link
Gareth
  • 18.9k
  • 15
  • 58
  • 69

It seems that the actual location of the file varies from installation to installation, so itsit's better to find the exact location of the file in your system:

    # cd /                                                                                              
    # find -name "aws_zsh*" 
    ./usr/local/bin/aws_zsh_completer.sh

It seems that the actual location of the file varies from installation to installation, so its better to find the exact location of the file in your system:

    # cd /                                                                                              
    # find -name "aws_zsh*" 
    ./usr/local/bin/aws_zsh_completer.sh

It seems that the actual location of the file varies from installation to installation, so it's better to find the exact location of the file in your system:

cd /                                                                                              
find -name "aws_zsh*" 
./usr/local/bin/aws_zsh_completer.sh
Source Link

It seems that the actual location of the file varies from installation to installation, so its better to find the exact location of the file in your system:

    # cd /                                                                                              
    # find -name "aws_zsh*" 
    ./usr/local/bin/aws_zsh_completer.sh