You've already forked personal-linux-config
added bashrc ovverrides and relative function to deploy.sh
This commit is contained in:
9
bashrc_overrides/histcontrol
Normal file
9
bashrc_overrides/histcontrol
Normal file
@@ -0,0 +1,9 @@
|
||||
# append to the history file, don't overwrite it
|
||||
shopt -s histappend
|
||||
|
||||
# don't put duplicate lines or lines starting with space in the history
|
||||
HISTCONTROL=ignoreboth
|
||||
|
||||
# create unlimited history in memory/storage (more effective grepping)
|
||||
HISTSIZE=
|
||||
HISTFILESIZE=
|
Reference in New Issue
Block a user