diff --git a/zsh/exports.zsh b/zsh/exports.zsh index fcb4fe4..646f4fc 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -1,6 +1,8 @@ #!/bin/sh # sourced by .zshrc +export TERM=xterm-256color + export PAGER=less export EDITOR=vim