diff --git a/src/main.go b/src/main.go index 084e566..85c3dc0 100644 --- a/src/main.go +++ b/src/main.go @@ -230,8 +230,8 @@ func main() { if err != nil { panic(err) } - otterHistory := userhome + OtterHistory - otterRC := userhome + OtterRC + otterHistory := userhome + "/" + OtterHistory + otterRC := userhome + "/" + OtterRC term, err := terminal.NewWithStdInOut() if err != nil {