From 81427b75ecdfdec87dc7347397195f020fed962d Mon Sep 17 00:00:00 2001 From: rootTHC <57636391+rootTHC@users.noreply.github.com> Date: Thu, 23 Jan 2020 20:18:37 +0000 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```