Skip to content

Commit

Permalink
Remove inaccurate comment from zsh auto complete file
Browse files Browse the repository at this point in the history
When I was using zsh + aws-cli it was a quick way to add auto
complete to zsh via the bash emulation. At the time I intended
to write native zsh auto completion.

However, I never found the time to do it and lost the motivation.
Thus, removing the comment.

Signed-off-by: Frank Becker <[email protected]>
  • Loading branch information
a8 committed Jun 6, 2017
1 parent f36d7fd commit 10866e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/aws_zsh_completer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
# https://github.com/zsh-users/zsh/commit/edab1d3dbe61da7efe5f1ac0e40444b2ec9b9570
#
# zsh relases prior to that version do not export the required env variables!
#
# It is planned to write a proper zsh auto completion soon. Please talk
# to Frank Becker <[email protected]>.

autoload -Uz bashcompinit
bashcompinit -i
Expand Down

0 comments on commit 10866e5

Please sign in to comment.