added bashrc ovverrides and relative function to deploy.sh

This commit is contained in:
2021-01-11 15:25:38 +01:00
parent bc6b382058
commit 07c9af1e22
10 changed files with 90 additions and 0 deletions

View 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=