There was an error while loading. Please reload this page.
1 parent eeced4b commit 7cae500Copy full SHA for 7cae500
1 file changed
pkg/bridges/bridges.go
@@ -17,10 +17,10 @@ func Bridges() map[string]string {
17
m := Config()
18
for _, bridge := range env.Bridges() {
19
if f, ok := map[string]func() []string{
20
- "bash": Bash,
21
- "fish": Fish,
22
- "inshellisens": Inshellisense,
23
- "zsh": Zsh,
+ "bash": Bash,
+ "fish": Fish,
+ "inshellisense": Inshellisense,
+ "zsh": Zsh,
24
}[bridge]; ok {
25
for _, name := range f() {
26
if _, ok := m[name]; !ok {
0 commit comments