aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link6
1 files changed, 6 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link
index ac57033..f4b6502 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -39,6 +39,12 @@ export EDITOR="vim -X"
export GIT_PS1_SHOWDIRTYSTATE=""
export GIT_PS1_SHOWUNTRACKEDFILES=""
+# Less configuration
+# See http://seclists.org/fulldisclosure/2014/Nov/74
+export LESSSECURE="1"
+export LESSOPEN=""
+export LESSCLOSE=""
+
# Temporary folder
export TMPDIR="$HOME/temp/misc"
export TMP="$HOME/temp/misc"