예제 #1
0
파일: fish.go 프로젝트: rhoml/awsenv
func init() {
	shellsupport.RegisterShellHandler("fish", fishShellHandler)
}
예제 #2
0
파일: bash.go 프로젝트: rhoml/awsenv
func init() {
	shellsupport.RegisterShellHandler("bash", bashShellHandler)
	shellsupport.RegisterShellHandler("zsh", bashShellHandler)
}