oh-my-zsh aws plugin isn't working
This commit is contained in:
parent
01b0d2315b
commit
b8c7417c9b
10
home/.zshrc
10
home/.zshrc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user