From 6452c9a4deeb9cc0d938632d3313b5cb2ed6f0f9 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 21 Feb 2024 11:35:49 +0100 Subject: bash: Pass -F to less --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index de575af..4997fa5 100644 --- a/.bashrc +++ b/.bashrc @@ -84,7 +84,7 @@ export PATH="$HOME/.local/bin:$HOME/.local/sbin:$GOROOT/bin:$GOPATH/bin:$PATH" export GPG_TTY=`tty` export HISTSIZE=100000 -export LESS='-R' +export LESS='-RF' export VAULT_2FA='2 Factor Authentication' alias ..='cd ..' -- cgit v1.2.3