You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
This PR aims to preserve shell command history across sessions, where
sessions is defined as starting and exiting a `devbox shell`.
## How was it tested?
- started a `devbox shell`
- invoked `go version` and `which go` and `exit`
- restarted the `devbox shell`
- used up arrow key to get the previous commands used.
0 commit comments