summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshenv b/.zshenv
index 6231a82..04f3e78 100644
--- a/.zshenv
+++ b/.zshenv
@@ -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.