mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-06-07 14:23:53 +02:00
Update README.md
typo's
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 issue on our shell.
|
||||
This is the first command we use 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