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