|
|
|
|
|
by AdieuToLogic
375 days ago
|
|
A way to ensure the zsh invocation behaves as a typical interactive shell is: time zsh --login -c 'logout'
Note use of logout instead of exit. In this context, logout ensures whatever combination of flags used results in a login shell.See zshbuiltins(1). |
|