Update README.md

This commit is contained in:
skyper
2023-05-17 13:03:07 +01:00
committed by GitHub
parent ac4b929b09
commit 5133533de2
+1 -2
View File
@@ -94,8 +94,7 @@ Tell Bash to use */dev/null* instead of *~/.bash_history*. This is the first com
```sh
export HISTFILE=/dev/null
unset SSH_CONNECTION
unset SSH_CLIENT
unset SSH_CONNECTION SSH_CLIENT
```
(We also clear SSH_* variables in case we logged in with SSH. Otherwise any process we start gets a copy of our IP in /proc/self/environ.)