mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-23 16:09:42 +02:00
Update README.md
typo
This commit is contained in:
@@ -14,7 +14,7 @@ Tell Bash that there is no history file (*~/.bash_history*).
|
||||
```
|
||||
$ unset HISTFILE
|
||||
```
|
||||
This is the first command we use on every shell. It will stop the bash from logging your commands.
|
||||
This is the first command we execute on every shell. It will stop the bash from logging your commands.
|
||||
|
||||
It is good housekeeping to 'commit suicide' when exiting the shell:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user