diff options
-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" |