forked from extern/nushell
add history session command (#6587)
This commit is contained in:
@ -138,6 +138,7 @@ pub fn create_default_context() -> EngineState {
|
||||
bind_command! {
|
||||
History,
|
||||
Tutor,
|
||||
HistorySession,
|
||||
};
|
||||
|
||||
// Path
|
||||
|
Reference in New Issue
Block a user