histroy fixes

This commit is contained in:
Loic Nageleisen 2013-01-01 15:49:20 +01:00
parent c03c104606
commit 6baad2b317
2 changed files with 9 additions and 3 deletions

View file

@ -10,4 +10,7 @@ shopt -s histappend
# ignore sequential duplicates
export HISTCONTROL=ignoreboth
# more!
export HISTSIZE=10000
# vim: ft=sh