From 28667107fcba596caadb4ea456c7ff40445d5ec4 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 13 May 2024 11:31:31 +0200 Subject: [PATCH] remove less options Signed-off-by: Michael Grote --- .bash_extra | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bash_extra b/.bash_extra index a5c4033..47b1f10 100644 --- a/.bash_extra +++ b/.bash_extra @@ -56,6 +56,3 @@ export HISTTIMEFORMAT='[%F_%T] ' # typo bei cd entfernen shopt -s cdspell - -# less mit maus scrollen -export LESS='--mouse --wheel-lines=3 eFRX'