Fix less colouring options
This commit is contained in:
@@ -47,13 +47,13 @@ export DICS="/usr/share/stardicts/dic/"
|
||||
export SUDO_ASK_PASS="$HOME/.local/bin/dmenupass"
|
||||
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
|
||||
export LESS=-R
|
||||
export LESS_TERMCAP_mb="$(printf '%b' '[1;31m')"
|
||||
export LESS_TERMCAP_md="$(printf '%b' '[1;36m')"
|
||||
export LESS_TERMCAP_me="$(printf '%b' '[0m')"
|
||||
export LESS_TERMCAP_so="$(printf '%b' '[01;44;33m')"
|
||||
export LESS_TERMCAP_se="$(printf '%b' '[0m')"
|
||||
export LESS_TERMCAP_us="$(printf '%b' '[1;32m')"
|
||||
export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
|
||||
export LESS_TERMCAP_mb="$(printf '%b' '\e[1;31m')"
|
||||
export LESS_TERMCAP_md="$(printf '%b' '\e[1;36m')"
|
||||
export LESS_TERMCAP_me="$(printf '%b' '\e[0m')"
|
||||
export LESS_TERMCAP_so="$(printf '%b' '\e[01;44;33m')"
|
||||
export LESS_TERMCAP_se="$(printf '%b' '\e[0m')"
|
||||
export LESS_TERMCAP_us="$(printf '%b' '\e[1;32m')"
|
||||
export LESS_TERMCAP_ue="$(printf '%b' '\e[0m')"
|
||||
export LESS_OPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null"
|
||||
export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
|
||||
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
||||
|
||||
Reference in New Issue
Block a user