mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
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