mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-17 04:59:07 +00:00
241 B
241 B
title | emoji | tags | modified | |
---|---|---|---|---|
Stop saving bash history | 🤔 |
|
2022-11-02 |
Disable history for a given session
$ unset HISTFILE
or:
$ set +o history
Clear history
$ history -c