# HG changeset patch # User IBBoard # Date 1410203395 -3600 # Node ID 170de0d0d6dd1d5cd88387338a0a59b2685472ec # Parent 1ec9a1720c5c1f7f31b10a753412dfe6cbc96393 Stop less creating a history file diff -r 1ec9a1720c5c -r 170de0d0d6dd bashrc --- a/bashrc Sat Aug 16 19:36:25 2014 +0100 +++ b/bashrc Mon Sep 08 20:09:55 2014 +0100 @@ -12,6 +12,9 @@ export PATH=/sbin:/usr/sbin:/usr/local/sbin:$PATH export MAN_POSIXLY_CORRECT=1 +#Disable less history, because do I really search the same things enough to use it across sessions? +export LESSHISTFILE=- + if [ "$PS1" != "" -a "${STARTED_TMUX:-x}" = x -a "${SSH_TTY:-x}" != x ] then STARTED_TMUX=1; export STARTED_TMUX