MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / GetLocalWaveFishFilePath

Function GetLocalWaveFishFilePath

pkg/util/shellutil/shellutil.go:285–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283}
284
285func GetLocalWaveFishFilePath() string {
286 return filepath.Join(wavebase.GetWaveDataDir(), FishIntegrationDir, "wave.fish")
287}
288
289func GetLocalWavePowershellEnv() string {
290 return filepath.Join(wavebase.GetWaveDataDir(), PwshIntegrationDir, "wavepwsh.ps1")

Callers 1

StartLocalShellProcFunction · 0.92

Calls 1

GetWaveDataDirFunction · 0.92

Tested by

no test coverage detected