mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-21 13:01:16 +01:00
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
|
bash-5.2$ source /Users/runner/.bashrc
|
||
|
bash-5.2$ echo foo
|
||
|
foo
|
||
|
bash-5.2$ hishtory
|
||
|
bash: hishtory: command not found
|
||
|
bash-5.2$ echo bar
|
||
|
bar
|
||
|
bash-5.2$
|