summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-12-01 10:26:52 +0100
committerMarc Vertes <mvertes@free.fr>2021-12-01 10:26:52 +0100
commitde9baa2ddebf828e57809cdb41dddc3ee56cb29e (patch)
tree3e9b5d79ad8ac19591215e26a89421cb54b92d59 /.bashrc
parent3816cb8729fce0206a4e01a2e7989d5462249e88 (diff)
updates
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index bec9d86..5c0cdee 100644
--- a/.bashrc
+++ b/.bashrc
@@ -32,6 +32,9 @@ fixab() { printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" ; tail -c +25 "$1"; }
#export LESS_TERMCAP_us=$(tput setaf 5) # underline (magenta)
#export LESS_TERMCAP_ue=$'\E[0m' # end underline
+# Less: use a 4-space tabulation
+export LESS=Rx4
+
# gnuplot display in terminal
export GNUTERM='sixelgd enhanced truecolor font "arial,9"'