diff --git a/bashrc b/bashrc index efed9db..322e49f 100644 --- a/bashrc +++ b/bashrc @@ -15,7 +15,4 @@ MSG if ! shopt -oq posix; then if [ -f /usr/share/bash-completion/bash_completion ]; then . /usr/share/bash-completion/bash_completion - elif [ -f /etc/bash_completion.d/yii ]; then - . /etc/bash_completion.d/yii - fi -fi \ No newline at end of file +fi