This commit is contained in:
Marc Beninca 2024-11-15 16:58:16 +01:00
parent 52e7cf8f9c
commit b73663cf4b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 10 additions and 10 deletions

View file

@ -1,3 +1,13 @@
HISTCONTROL="ignorespace"
HISTSIZE=-1
HISTTIMEFORMAT="%Y%m%d %H%M%S "
file="/usr/share/bash-completion/bash_completion"
if [ -f "${file}" ]; then
. "${file}"
fi
ps1() { ps1() {
local date host local date host
local code="${1}" local code="${1}"

View file

@ -1,5 +0,0 @@
file="/usr/share/bash-completion/bash_completion"
if [ -f "${file}" ]; then
. "${file}"
fi

View file

@ -1,5 +0,0 @@
HISTCONTROL="ignorespace"
HISTSIZE=-1
HISTTIMEFORMAT="%Y%m%d %H%M%S "