Update goldens

This commit is contained in:
David Dworken 2024-09-28 12:32:37 -07:00
parent 8ef136f0aa
commit 8c463a5b4b
No known key found for this signature in database
4 changed files with 28 additions and 28 deletions

View File

@ -3,4 +3,4 @@ Search Query: > -pipefail -tablesizing
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Hostname CWD Timestamp Runtime Exit Code Command │
│──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│
│ ghaction-runner-hostname ~/work/hishtory/hishtory 2024/Sep/15 22:14 N/A 0
│ ghaction-runner-hostname ~/work/hishtory/hishtory 2024/Sep/28 12:21 N/A 0

View File

@ -1,29 +1,27 @@
Warning: failed to search: search query contains unknown search atom 'foo' that doesn't match any column names
Search Query: > foo:ls
Search Query: > ls
┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Hostname CWD Timestamp Runtime Exit Code Command │
│────────────────────────────────────────────────────────────────────────────────────────────────────────│
│ localhost /tmp/ Oct 17 2022 21:43:16 PDT 3s 2 ls ~/ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
└────────────────────────────────────────────────────────────────────────────────────────────────────────┘
hiSHtory: Search your shell history • ctrl+h help

View File

@ -1,4 +1,5 @@
export FOOBAR='hello'
echo $FOOBAR world
echo $FOOBAR world
cd /
echo baz

View File

@ -4,4 +4,5 @@ echo baz
echo baz
echo foo
hishtory config-set displayed-columns 'Exit Code' Command
hishtory tquery
hishtory config-set filter-duplicate-commands true