File: vit.bash_completion

package info (click to toggle)
vit 2.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,012 kB
  • sloc: python: 5,028; sh: 103; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
# This throws 'bash: COMP_WORDS: bad array subscript' without the redirect.
_xfunc task _task &> /dev/null
complete -o nospace -F _task vit

# vi: ft=sh