Set WORDCHARS and PAGER

This commit is contained in:
Adam Goldsmith 2016-02-15 11:19:40 -05:00
parent 95d993e7f3
commit 419ad14874
1 changed files with 3 additions and 0 deletions

View File

@ -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"