Include history path in env command

This commit is contained in:
Pirmin Kalberer
2019-09-19 23:10:29 +02:00
parent 112e5d096f
commit 9623a255c4
2 changed files with 5 additions and 1 deletions

View File

@ -212,7 +212,7 @@ fn load_plugins(context: &mut Context) -> Result<(), ShellError> {
Ok(())
}
struct History;
pub struct History;
impl History {
pub fn path() -> PathBuf {