From: Oleg Broytman Date: Thu, 27 Aug 2020 00:14:35 +0000 (+0300) Subject: Refactor(.shellrc) X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=295bf35b902b88f7b26703278340e6eb26e6b524 Refactor(.shellrc) --- 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