Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
293
func
GetLocalZshZDotDir() string {
294
return
filepath.Join(wavebase.GetWaveDataDir(), ZshIntegrationDir)
295
}
296
297
func
HasWaveZshHistory() (bool, int64) {
298
zshDir := GetLocalZshZDotDir()
Callers
3
StartLocalShellProc
Function · 0.92
HasWaveZshHistory
Function · 0.85
FixupWaveZshHistory
Function · 0.85
Calls
1
GetWaveDataDir
Function · 0.92
Tested by
no test coverage detected