add support for a HISTSIZE in bash

This commit is contained in:
David Alexander Majnemer 2009-01-14 22:12:55 -05:00
parent be532fd346
commit 0689c9c0ce

View file

@ -1,6 +1,8 @@
# put history in .bash
export HISTFILE="${HOME}/.bash/.history"
export HISTSIZE=1000
# don't put duplicate lines in the history. See bash(1) for more options
# don't overwrite GNU Midnight Commander's setting of `ignorespace'.
export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups