MCPcopy Index your code
hub / github.com/jetify-com/devbox / isFishShell

Function isFishShell

internal/devbox/shell.go:478–481  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476}
477
478func isFishShell() bool {
479 return filepath.Base(os.Getenv("SHELL")) == "fish" ||
480 os.Getenv("FISH_VERSION") != ""
481}

Callers 5

ensureStateIsUpToDateMethod · 0.85
updateLockfileMethod · 0.85
refreshCmdMethod · 0.85
refreshAliasMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected