From c974498c72231e0dcfb25b9ef75d4666c92dab4c Mon Sep 17 00:00:00 2001 From: fanyx Date: Tue, 12 Jul 2022 16:59:32 +0200 Subject: [PATCH] remove README.md from sv dir completions --- .config/completions/sv | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/completions/sv b/.config/completions/sv index a459de5..1222700 100644 --- a/.config/completions/sv +++ b/.config/completions/sv @@ -19,6 +19,7 @@ _sv() COMPREPLY=( /var/service/* ) COMPREPLY+=( /home/hendrik/sv/* ) COMPREPLY=( ${COMPREPLY[@]##*/} ) + COMPREPLY=( "${COMPREPLY[@]/README.md}" ) COMPREPLY=( $(compgen -W '${COMPREPLY[@]}' -- ${cur}) ) return ;;