First Commit
This commit is contained in:
15
lib/history.bash
Normal file
15
lib/history.bash
Normal 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
|
||||
Reference in New Issue
Block a user