From e0b3f54298ebca6e23e631c02764f96f60733f60 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 9 Feb 2022 23:31:58 +0100 Subject: update --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 00fdd0a..fdc3d6c 100644 --- a/.bashrc +++ b/.bashrc @@ -33,7 +33,7 @@ fixab() { printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" ; tail -c +25 "$1"; } #export LESS_TERMCAP_ue=$'\E[0m' # end underline export BACKUP=bip:/home/backup/marc@$(hostname -s) -export LESS=Rx4 +export LESS=XFRx4 # gnuplot display in terminal export GNUTERM='sixelgd enhanced truecolor font "arial,9"' @@ -44,7 +44,7 @@ alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date export TERMINAL=xt alias cl='cf xft:Mono:size=12' -alias cp='cp --reflink' +#alias cp='cp --reflink' alias ls='ls --color=auto -v' alias ll='ls -AlFhv' alias more='less' -- cgit v1.2.3