Set WORDCHARS and PAGER
This commit is contained in:
parent
95d993e7f3
commit
419ad14874
3
.zshenv
3
.zshenv
@ -7,6 +7,9 @@ export QT_STYLE_OVERRIDE=gtk
|
|||||||
export ALTERNATE_EDITOR=""
|
export ALTERNATE_EDITOR=""
|
||||||
export TERMINAL=roxterm
|
export TERMINAL=roxterm
|
||||||
|
|
||||||
|
export WORDCHARS=${WORDCHARS/\//}
|
||||||
|
export PAGER=less
|
||||||
|
|
||||||
# Set temporary files locations
|
# Set temporary files locations
|
||||||
if [[ ! -d "$TMPDIR" ]]; then
|
if [[ ! -d "$TMPDIR" ]]; then
|
||||||
export TMPDIR="/tmp/$LOGNAME"
|
export TMPDIR="/tmp/$LOGNAME"
|
||||||
|
Loading…
Reference in New Issue
Block a user