aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-09 19:08:21 -0500
committertdro <tdro@users.noreply.github.com>2020-01-09 19:08:21 -0500
commit9106f6b2a0659780d51d6a81b0291a7e34da34e8 (patch)
treeabf4f8c1f367f0a4918b8ffb3488ec01e86c156c /.bashrc
parent91882bbf8720d01cdead96d686889a8f89a7d479 (diff)
downloaddotfiles-9106f6b2a0659780d51d6a81b0291a7e34da34e8.tar.gz
dotfiles-9106f6b2a0659780d51d6a81b0291a7e34da34e8.tar.bz2
dotfiles-9106f6b2a0659780d51d6a81b0291a7e34da34e8.zip
.bashrc: Disable less history
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 2627c64..0c9b5e6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -53,6 +53,9 @@ if [ -n "$SSH_CLIENT" ]; then
export PS1='\[\e[0;32m\][ \W ] \$\[\e[0m\] '
fi
+# disable less history
+export LESSHISTFILE=-
+
# bash history settings
export HISTSIZE=
export HISTFILESIZE=