This commit is contained in:
USER
2023-02-23 21:41:09 +00:00
parent 9c1d05235e
commit cc9e6ace99
3 changed files with 511 additions and 0 deletions

View File

@ -8,6 +8,15 @@ if [[ $- != *i* ]] ; then
fi
# History control
# don't use duplicate lines or lines starting with space
HISTCONTROL=ignoreboth
HISTSIZE=1000
HISTFILESIZE=2000
# append to the history file instead of overwrite
shopt -s histappend
_setpath() {
for i in /usr/local/bin /usr/local/sbin /usr/local/sqlite/bin
do