diff --git a/README.md b/README.md index fad67f8..b152719 100644 --- a/README.md +++ b/README.md @@ -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: ```