mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-08 22:55:07 +02:00
Write the config fragment to the bash_profile for MacOs to fix #14
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user