diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-31 14:21:53 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-31 14:22:26 +0100 |
commit | 57091b257a5e457ea6fbd30cd876eedc1d98b06b (patch) | |
tree | 051e033f23848957bf3f467cb146513a90f05f4e /.bashrc | |
parent | b46c550f4092d5dabaf84b334fb4bba99d559e03 (diff) |
bash: Set HISTSIZE and LESS
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ..' |