Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ fishConfig
Function
fishConfig
internal/devbox/shell.go:216–218 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
214
}
215
216
func
fishConfig() string {
217
return
xdg.ConfigSubpath(
"fish/config.fish"
)
218
}
219
220
func
(s *DevboxShell) Run() error {
221
var
cmd *exec.Cmd
Callers
1
initShellBinaryFields
Function · 0.85
Calls
1
ConfigSubpath
Function · 0.92
Tested by
no test coverage detected