-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Labels
1. Feature requestA request for a new featureA request for a new feature
Description
Is your feature request related to a problem? Please describe.
Is there a way to preserve toolbox PWD upon exit?
I.e.: This is the behavior today:
$ pwd
/home/user
$ toolbox enter
⬢ [toolbox:41] $ cd bin
⬢ [toolbox:41] $ pwd
/home/user/bin
⬢ [toolbox:41] $ logout
$ pwd
/home/user
Describe the solution you'd like
I would like a way to preserve toolbox PWD upon exit:
$ pwd
/home/user
$ toolbox enter
⬢ [toolbox:41] $ cd bin
⬢ [toolbox:41] $ pwd
/home/user/bin
⬢ [toolbox:41] $ logout
$ pwd
/home/user/bin
Metadata
Metadata
Assignees
Labels
1. Feature requestA request for a new featureA request for a new feature