bash: histformat

This commit is contained in:
Michael Grote 2022-02-18 13:11:49 +01:00
parent b0f29a51b4
commit edd2818046

View file

@ -31,6 +31,8 @@ export LESS_TERMCAP_us=$'\E[01;36m'
# bash history bei mehreren Session # bash history bei mehreren Session
shopt -s histappend shopt -s histappend
# bach History Zeitstempel am Anfang der Zeile
export HISTTIMEFORMAT='[%F_%T] '
# typo bei cd entfernen # typo bei cd entfernen
shopt -s cdspell shopt -s cdspell