summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2022-02-09 23:31:58 +0100
committerMarc Vertes <mvertes@free.fr>2022-02-09 23:31:58 +0100
commite0b3f54298ebca6e23e631c02764f96f60733f60 (patch)
tree4655602ae19ad89d52231fa08725acfb5f8c5031 /.bashrc
parent342712955e9b65f2de134fa6542f97095a59e438 (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files 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'