MCPcopy
hub / github.com/wavetermdev/waveterm / GetLocalWavePowershellEnv

Function GetLocalWavePowershellEnv

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

Source from the content-addressed store, hash-verified

287}
288
289func GetLocalWavePowershellEnv() string {
290 return filepath.Join(wavebase.GetWaveDataDir(), PwshIntegrationDir, "wavepwsh.ps1")
291}
292
293func GetLocalZshZDotDir() string {
294 return filepath.Join(wavebase.GetWaveDataDir(), ZshIntegrationDir)

Callers 1

StartLocalShellProcFunction · 0.92

Calls 1

GetWaveDataDirFunction · 0.92

Tested by

no test coverage detected