blob: 23731c5fc43daf67640316d72784862155f2529d [file] [log] [blame]
Robert R Evans9c7cd9a2010-10-02 11:55:34 -07001# append to bash_history if Terminal.app quits
2shopt -s histappend
3
4# history handling
5#
6# Erase duplicates
7# Bash History
8export HISTCONTROL="ignoredups"
9export HISTCONTROL=erasedups
10
11# resize history size
12export HISTSIZE=5000
13
14
15export AUTOFEATURE=true autotest