Merge branch 'master' into dataport
This commit is contained in:
commit
40e811b380
1 changed files with 3 additions and 1 deletions
|
@ -51,8 +51,10 @@ export LESS_TERMCAP_us=$'\E[01;36m'
|
|||
# bash history bei mehreren Session
|
||||
shopt -s histappend
|
||||
|
||||
# bach History Zeitstempel am Anfang der Zeile
|
||||
# bash History Zeitstempel am Anfang der Zeile
|
||||
export HISTTIMEFORMAT='[%F_%T] '
|
||||
# https://askubuntu.com/questions/15926/how-to-avoid-duplicate-entries-in-bash-history
|
||||
export HISTCONTROL=ignoreboth:erasedups
|
||||
|
||||
# typo bei cd entfernen
|
||||
shopt -s cdspell
|
||||
|
|
Loading…
Reference in a new issue