summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-31 14:21:53 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-31 14:22:26 +0100
commit57091b257a5e457ea6fbd30cd876eedc1d98b06b (patch)
tree051e033f23848957bf3f467cb146513a90f05f4e
parentb46c550f4092d5dabaf84b334fb4bba99d559e03 (diff)
bash: Set HISTSIZE and LESS
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
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 ..'