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

Function GetLocalBashRcFileOverride

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

Source from the content-addressed store, hash-verified

279}
280
281func GetLocalBashRcFileOverride() string {
282 return filepath.Join(wavebase.GetWaveDataDir(), BashIntegrationDir, ".bashrc")
283}
284
285func GetLocalWaveFishFilePath() string {
286 return filepath.Join(wavebase.GetWaveDataDir(), FishIntegrationDir, "wave.fish")

Callers 1

StartLocalShellProcFunction · 0.92

Calls 1

GetWaveDataDirFunction · 0.92

Tested by

no test coverage detected