From 419ad14874c23c003cc5bb3e724f828c6e35c50b Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 15 Feb 2016 11:19:40 -0500 Subject: [PATCH] Set WORDCHARS and PAGER --- .zshenv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshenv b/.zshenv index 04abf07..da2123a 100644 --- a/.zshenv +++ b/.zshenv @@ -7,6 +7,9 @@ export QT_STYLE_OVERRIDE=gtk export ALTERNATE_EDITOR="" export TERMINAL=roxterm +export WORDCHARS=${WORDCHARS/\//} +export PAGER=less + # Set temporary files locations if [[ ! -d "$TMPDIR" ]]; then export TMPDIR="/tmp/$LOGNAME"