summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-21 11:35:49 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-21 11:35:49 +0100
commit6452c9a4deeb9cc0d938632d3313b5cb2ed6f0f9 (patch)
treec7c0dfad9f5387eb93a60ae53feaa3a713a7d464
parent66439533666e8b80c8eae377de2df00be86030c1 (diff)
bash: Pass -F to less
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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 ..'