Write the config fragment to the bash_profile for MacOs to fix #14

This commit is contained in:
David Dworken
2022-11-03 21:01:57 -07:00
parent a4d6232d8a
commit c1d17842c4
3 changed files with 51 additions and 30 deletions

View File

@ -70,6 +70,7 @@ func BackupAndRestoreWithId(t *testing.T, id string) func() {
copyFiles := []string{
path.Join(homedir, ".zshrc"),
path.Join(homedir, ".bashrc"),
path.Join(homedir, ".bash_profile"),
}
for _, file := range copyFiles {
touchFile(file)