From 05d0df98aaee581f6661372d78fa3a4c92ba6202 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 8 Oct 2022 22:43:18 +0300 Subject: [PATCH] .bashrc: Fix variable name spelling --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2