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