summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2021-05-02 15:15:24 +0200
committerAndreas Schneider <asn@cryptomilk.org>2021-05-02 15:15:51 +0200
commit7670068c99eb22f48c9926cce5eee7c259796886 (patch)
tree398ca009f701223b4e61b829f295e3f40934826b
parentc95ef5c04f4b886e4e0e0b5500f46d39599a4bb7 (diff)
downloaddotfiles-7670068c99eb22f48c9926cce5eee7c259796886.tar.gz
dotfiles-7670068c99eb22f48c9926cce5eee7c259796886.tar.xz
dotfiles-7670068c99eb22f48c9926cce5eee7c259796886.zip
bash: Tune less options
-rw-r--r--bash/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 2607765..9fc7650 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -12,7 +12,7 @@ export XZ_OPT=-T6
export GDK_DPI_SCALE="1.0"
export GREP_COLOR="0;38;5;1"
-export LESS="-M -I -R"
+export LESS="--LONG-PROMPT --ignore-case --raw-control-chars"
export MAN_POSIXLY_CORRECT=1
export CCACHE_DIR="$HOME/storage/ccache"
export HISTCONTROL=erasedups