First Commit

This commit is contained in:
Robert R Evans
2010-10-02 11:55:34 -07:00
commit 9c7cd9aa00
25 changed files with 2344 additions and 0 deletions

15
lib/history.bash Normal file
View File

@@ -0,0 +1,15 @@
# append to bash_history if Terminal.app quits
shopt -s histappend
# history handling
#
# Erase duplicates
# Bash History
export HISTCONTROL="ignoredups"
export HISTCONTROL=erasedups
# resize history size
export HISTSIZE=5000
export AUTOFEATURE=true autotest