Skip to content

Commit

Permalink
make history.txt and history.sqlite3 tables have same command column (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fdncred committed Jul 7, 2022
1 parent efa56d0 commit b19cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nu-command/src/misc/history.rs
Expand Up @@ -116,7 +116,7 @@ impl Command for History {
cols: vec![
"item_id".into(),
"start_timestamp".into(),
"command_line".to_string(),
"command".to_string(),
"session_id".into(),
"hostname".into(),
"cwd".into(),
Expand Down

0 comments on commit b19cc79

Please sign in to comment.