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"