diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-02-09 23:31:58 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-02-09 23:31:58 +0100 |
| commit | e0b3f54298ebca6e23e631c02764f96f60733f60 (patch) | |
| tree | 4655602ae19ad89d52231fa08725acfb5f8c5031 /.bashrc | |
| parent | 342712955e9b65f2de134fa6542f97095a59e438 (diff) | |
update
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |
