(t time.Time)
| 198 | } |
| 199 | |
| 200 | func WithShellStartTime(t time.Time) ShellOption { |
| 201 | return func(s *DevboxShell) { |
| 202 | s.shellStartTime = t |
| 203 | } |
| 204 | } |
| 205 | |
| 206 | // rcfilePath returns the absolute path for an rcfile, which is usually in the |
| 207 | // user's home directory. It doesn't guarantee that the file exists. |