From 295bf35b902b88f7b26703278340e6eb26e6b524 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 27 Aug 2020 03:14:35 +0300 Subject: [PATCH] Refactor(.shellrc) --- .shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellrc b/.shellrc index 92f6585..167af7b 100644 --- a/.shellrc +++ b/.shellrc @@ -118,7 +118,7 @@ if test -n "$BASH_VERSION"; then complete -A job j wait for cmd in unset; do - ! has_completion $cmd && complete -A variable -A function $cmd + ! has_completion $cmd && complete -A function -A variable $cmd done if [ -d "$HOME"/.bash_completion.d ]; then -- 2.39.2