diff --git a/.bash_extra b/.bash_extra index b82423a..b063be5 100644 --- a/.bash_extra +++ b/.bash_extra @@ -30,3 +30,11 @@ export LESS_TERMCAP_se=$'\E[0m' export LESS_TERMCAP_so=$'\E[01;42;30m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;36m' +# bash history bei mehreren Session +shopt -s histappend +# typo bei cd entfernen +shopt -s cdspell +# enable colors +eval "`dircolors -b`" +# less mit maus scrollen +export LESS='--mouse --wheel-lines=3'