oh-my-zsh aws plugin isn't working

This commit is contained in:
James Walker 2014-09-02 18:02:11 -04:00
parent 01b0d2315b
commit b8c7417c9b

View File

@ -27,11 +27,6 @@ if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
plugins=($plugins virtualenvwrapper pip django fabric)
fi
# AWS CLI
if [ -f /usr/local/bin/aws_zsh_completer.sh ]; then
plugins=($plugins aws)
fi
# Platform specific settings
case "$OSTYPE" in
darwin*)
@ -52,6 +47,11 @@ if [ -f "$HOME/.phpbrew/bashrc" ]; then
source "$HOME/.phpbrew/bashrc"
fi
# AWS CLI
if [ -f /usr/local/bin/aws_zsh_completer.sh ]; then
source /usr/local/bin/aws_zsh_completer.sh
fi
if [ $TERM = "screen" ]; then
export DISABLE_AUTO_TITLE="true"
fi