From: Russ Cox Date: Fri, 11 Dec 2009 21:54:00 +0000 (-0800) Subject: misc/bash: completion file for bash X-Git-Tag: weekly.2009-12-22~86 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0714fbb6ae908566c2779579a26b1cb371150ed4;p=gostls13.git misc/bash: completion file for bash suggested by Alex Ray R=gri CC=golang-dev https://golang.org/cl/174063 --- diff --git a/misc/bash/go b/misc/bash/go new file mode 100644 index 0000000000..711020ac91 --- /dev/null +++ b/misc/bash/go @@ -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