misc/bash: completion file for bash

suggested by Alex Ray <ajray@ncsu.edu>

R=gri
CC=golang-dev
https://golang.org/cl/174063
This commit is contained in:
Russ Cox 2009-12-11 13:54:00 -08:00
parent 349095885e
commit 0714fbb6ae

6
misc/bash/go Normal file
View file

@ -0,0 +1,6 @@
# install in /etc/bash_completion.d/ or your personal directory
complete -f -X '!*.8' 8l
complete -f -X '!*.6' 6l
complete -f -X '!*.5' 5l
complete -f -X '!*.go' 8g 6g 5g