From: Oleg Broytman Date: Sat, 8 Oct 2022 19:43:18 +0000 (+0300) Subject: .bashrc: Fix variable name spelling X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=05d0df98aaee581f6661372d78fa3a4c92ba6202 .bashrc: Fix variable name spelling --- diff --git a/.bashrc b/.bashrc index c1d88ed..6a4dec4 100644 --- a/.bashrc +++ b/.bashrc @@ -118,7 +118,7 @@ delegate_completion() { programs="$@" eval "_${prog}_completion_loader() { _completion_loader $prog - if [ x"$DELEGARE_NOSPACE" = x1 ]; then + if [ x"$DELEGATE_NOSPACE" = x1 ]; then complete -o nospace -F _$prog $programs else complete -F _$prog $programs @@ -132,7 +132,7 @@ delegate_completion() { delegate_completion make m delegate_completion ping p delegate_completion python python2.7 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 -DELEGARE_NOSPACE=1 delegate_completion rsync r rsync_cgmn rsync_cgmn_recode rsync_cgmn_recode2 +DELEGATE_NOSPACE=1 delegate_completion rsync r rsync_cgmn rsync_cgmn_recode rsync_cgmn_recode2 delegate_completion ssh s delegate_completion wget wget-m wget-wrapper ww