From 507dd88c84125d3a2a26d02188b68cbd7af2e24f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 12 Nov 2021 11:56:46 +0100 Subject: [PATCH] bash: farben, less, typos --- .bash_extra | 8 ++++++++ 1 file changed, 8 insertions(+) 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'