diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 15:03:30 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 15:03:30 +0100 |
commit | a4ba43344663cbe4208c4e068d0e00cb99415b41 (patch) | |
tree | 1075e968b652489d4d8f60d755a1c10d97176a19 /bashrc | |
parent | Remove PA ssh/mounts (diff) | |
download | util-a4ba43344663cbe4208c4e068d0e00cb99415b41.tar.bz2 util-a4ba43344663cbe4208c4e068d0e00cb99415b41.tar.xz util-a4ba43344663cbe4208c4e068d0e00cb99415b41.zip |
Better history settings
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -104,8 +104,10 @@ fi PATH=$PATH:~/files/scripts/ export XAUTHORITY=~/.Xauthority -export HISTSIZE=15000 -export HISTCONTROL=ignoredups +export HISTFILESIZE=15000 +export HISTSIZE=${HISTFILESIZE} +export HISTCONTROL=ignoredups:ignorespace +shopt -s histappend export LESSCHARSET=utf-8 export EDITOR="gvim -f" shopt -s cdspell |