remove README.md from sv dir completions
This commit is contained in:
parent
c1718db3f0
commit
c974498c72
|
@ -19,6 +19,7 @@ _sv()
|
|||
COMPREPLY=( /var/service/* )
|
||||
COMPREPLY+=( /home/hendrik/sv/* )
|
||||
COMPREPLY=( ${COMPREPLY[@]##*/} )
|
||||
COMPREPLY=( "${COMPREPLY[@]/README.md}" )
|
||||
COMPREPLY=( $(compgen -W '${COMPREPLY[@]}' -- ${cur}) )
|
||||
return
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue