summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-20 16:17:33 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-27 16:11:43 +0100
commit7085c71e73e26b2e51e0b28993d27943fce31165 (patch)
tree536e49f4717f9f8b443bf2820318eddc4fd78f95
parent2cba464bf76835870b502748336a9bb3d137fbba (diff)
bash: Don’t pass -F to less
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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 ..'