bash: histformat
This commit is contained in:
parent
b0f29a51b4
commit
edd2818046
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue