Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
478
func
isFishShell() bool {
479
return
filepath.Base(os.Getenv(
"SHELL"
)) ==
"fish"
||
480
os.Getenv(
"FISH_VERSION"
) !=
""
481
}
Callers
5
ensureStateIsUpToDate
Method · 0.85
updateLockfile
Method · 0.85
ensureStateIsUpToDateAndComputeEnv
Method · 0.85
refreshCmd
Method · 0.85
refreshAlias
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected