From d92c180bd0d6062c1c5cff32a9235084ce277a38 Mon Sep 17 00:00:00 2001 From: Ncface Date: Mon, 26 Jul 2021 12:22:02 +0200 Subject: [PATCH] Update bashrc No yii autocompletion in this project needed. May cause some errors if not found. --- bashrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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