From 57091b257a5e457ea6fbd30cd876eedc1d98b06b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 31 Dec 2023 14:21:53 +0100 Subject: bash: Set HISTSIZE and LESS --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index a26b7c9..3372929 100644 --- a/.bashrc +++ b/.bashrc @@ -81,6 +81,8 @@ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" export PATH="$HOME/.local/bin:$HOME/.local/sbin:$GOROOT/bin:$GOPATH/bin:$PATH" export GPG_TTY=`tty` +export HISTSIZE=100000 +export LESS='-RF' export VAULT_2FA='2 Factor Authentication' alias ..='cd ..' -- cgit v1.2.3