()
| 283 | } |
| 284 | |
| 285 | func GetLocalWaveFishFilePath() string { |
| 286 | return filepath.Join(wavebase.GetWaveDataDir(), FishIntegrationDir, "wave.fish") |
| 287 | } |
| 288 | |
| 289 | func GetLocalWavePowershellEnv() string { |
| 290 | return filepath.Join(wavebase.GetWaveDataDir(), PwshIntegrationDir, "wavepwsh.ps1") |
no test coverage detected