diff --git a/Environment-Variables.md b/Environment-Variables.md index 5d1527d..f1df023 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -27,6 +27,6 @@ To turn on a specific mode, you can run the following: ```bash $ TERM=bot ssh.chat # Or if you're not requesting a pty, -$ ssh -o SetEnv TERM=bot ssh.chat +$ ssh -o SetEnv "TERM=bot" ssh.chat ```