diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-12-30 20:53:13 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-12-30 20:53:13 +0000 |
commit | 9cabe3a6702d661e2c8f8401b81e88f3a5372728 (patch) | |
tree | 8e5a4d6612e28c6382372595f37c81f45e064dc0 | |
parent | 83dcb1549aff237367262d2f319865dc7b954a5a (diff) | |
download | dotfiles-9cabe3a6702d661e2c8f8401b81e88f3a5372728.tar.gz dotfiles-9cabe3a6702d661e2c8f8401b81e88f3a5372728.tar.bz2 dotfiles-9cabe3a6702d661e2c8f8401b81e88f3a5372728.zip |
(Shell)+TERM variable to make ssh easier
-rw-r--r-- | Shell/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc index a085f08..82be114 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -1,5 +1,7 @@ # zshrc -*- mode: sh; lexical-binding: t; -*- +## Variables +TERM=xterm-256color ## Aliases alias vim="nvim" alias eclient="emacsclient -s MAIN" |