From 0a1772307d35b71b2ecf70bb362484fbf640b7ba Mon Sep 17 00:00:00 2001 From: Steven L Date: Sun, 26 Apr 2020 12:44:54 -0400 Subject: [PATCH] Adding quotes to TERM example --- Environment-Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```