mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Include history path in env command
This commit is contained in:
@ -212,7 +212,7 @@ fn load_plugins(context: &mut Context) -> Result<(), ShellError> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
struct History;
|
||||
pub struct History;
|
||||
|
||||
impl History {
|
||||
pub fn path() -> PathBuf {
|
||||
|
Reference in New Issue
Block a user