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

Function GetLocalZshZDotDir

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

Source from the content-addressed store, hash-verified

291}
292
293func GetLocalZshZDotDir() string {
294 return filepath.Join(wavebase.GetWaveDataDir(), ZshIntegrationDir)
295}
296
297func HasWaveZshHistory() (bool, int64) {
298 zshDir := GetLocalZshZDotDir()

Callers 3

StartLocalShellProcFunction · 0.92
HasWaveZshHistoryFunction · 0.85
FixupWaveZshHistoryFunction · 0.85

Calls 1

GetWaveDataDirFunction · 0.92

Tested by

no test coverage detected