mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
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:
parent
349095885e
commit
0714fbb6ae
1 changed files with 6 additions and 0 deletions
6
misc/bash/go
Normal file
6
misc/bash/go
Normal 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
|
Loading…
Reference in a new issue