summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-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 ..'