Adding quotes to TERM example

Steven L 2020-04-26 12:44:54 -04:00
parent 186210dfd2
commit 0a1772307d

@ -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
```