diff options
Diffstat (limited to '.zshenv')
-rw-r--r-- | .zshenv | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,12 +12,12 @@ bindkey -e export LESS="-RSMgi" export PAGER='less' if [ -x /usr/bin/lesspipe ]; then - eval $(lesspipe) + eval $(lesspipe) fi # Set COLORTERM for s-lang programs if this is a color terminal if [ "$TERM" = "xterm" -o "$TERM" = "linux" -o "$TERM" = "rxvt" ]; then - export COLORTERM=y + export COLORTERM=y fi # Random environment settings. |