From 9cabe3a6702d661e2c8f8401b81e88f3a5372728 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 30 Dec 2020 20:53:13 +0000 Subject: (Shell)+TERM variable to make ssh easier --- Shell/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Shell/.zshrc') 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" -- cgit v1.2.3-13-gbd6f