From 3041fad73c7cdc23b1078668c71959394df525e6 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 3e63ada..9243615 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'