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