From 7085c71e73e26b2e51e0b28993d27943fce31165 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 20 Jan 2024 16:17:33 +0100 Subject: bash: Don’t pass -F to less MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 3372929..6a599ba 100644 --- a/.bashrc +++ b/.bashrc @@ -82,7 +82,7 @@ export PATH="$HOME/.local/bin:$HOME/.local/sbin:$GOROOT/bin:$GOPATH/bin:$PATH" export GPG_TTY=`tty` export HISTSIZE=100000 -export LESS='-RF' +export LESS='-R' export VAULT_2FA='2 Factor Authentication' alias ..='cd ..' -- cgit v1.2.3