Update README.md

typo
This commit is contained in:
rootTHC
2020-01-23 20:18:37 +00:00
committed by GitHub
parent e609929901
commit 81427b75ec
+1 -1
View File
@@ -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:
```