Based on https://github.com/direnv/direnv/blob/master/internal/cmd/shell_fish.go
| 25 | |
| 26 | // Based on https://github.com/direnv/direnv/blob/master/internal/cmd/shell_fish.go |
| 27 | type fish struct{} |
| 28 | |
| 29 | // Fish adds support for the fish shell as a host |
| 30 | var Fish Shell = fish{} |
nothing calls this directly
no outgoing calls
no test coverage detected