mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-18 03:20:53 +01:00
8 lines
381 B
Plaintext
8 lines
381 B
Plaintext
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ source /home/runner/.bashrc
|
|
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ echo foo
|
|
foo
|
|
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ hishtory
|
|
hishtory: command not found
|
|
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ echo bar
|
|
bar
|
|
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ |