Beispiel #1
0
func init() {
	shellsupport.RegisterShellHandler("fish", fishShellHandler)
}
Beispiel #2
0
func init() {
	shellsupport.RegisterShellHandler("bash", bashShellHandler)
	shellsupport.RegisterShellHandler("zsh", bashShellHandler)
}