Skip to content

Commit

Permalink
Renaming zsh_complete.sh to be aws_zsh_completer.sh to be consistent …
Browse files Browse the repository at this point in the history
…with the bash completer and to avoid collisions in /usr/local/bin when installed. Fixes aws#56.
  • Loading branch information
garnaat committed Feb 24, 2013
1 parent e0c0ece commit 4cc8d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ For tcsh:

You should add this to your startup scripts to enable it for future sessions.

For zsh please refer to bin/zsh_complete.sh. Source that file:
For zsh please refer to bin/aws_zsh_completer.sh. Source that file:

$ source bin/zsh_complete.sh
$ source bin/aws_zsh_completer.sh

For now the bash compatibility auto completion (bashcompinit) is used.
For further details please refer to the top of bin/zsh_complete.sh.
For further details please refer to the top of bin/aws_zsh_completer.sh.


Getting Started
Expand Down
File renamed without changes.

0 comments on commit 4cc8d91

Please sign in to comment.