diff --git a/.bash_profile b/.bash_profile index 279b2f1..ef200b5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,5 +1,6 @@ [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" export EDITOR="vim" +export LESSHISTFILE="-" export PATH="$PATH:$HOME/.bin"