bash: farben, less, typos
This commit is contained in:
parent
2f81dbaabd
commit
507dd88c84
1 changed files with 8 additions and 0 deletions
|
@ -30,3 +30,11 @@ export LESS_TERMCAP_se=$'\E[0m'
|
||||||
export LESS_TERMCAP_so=$'\E[01;42;30m'
|
export LESS_TERMCAP_so=$'\E[01;42;30m'
|
||||||
export LESS_TERMCAP_ue=$'\E[0m'
|
export LESS_TERMCAP_ue=$'\E[0m'
|
||||||
export LESS_TERMCAP_us=$'\E[01;36m'
|
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'
|
||||||
|
|
Loading…
Reference in a new issue