diff options
Diffstat (limited to 'dot-profile')
| -rwxr-xr-x | dot-profile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dot-profile b/dot-profile index 877f581..d37b198 100755 --- a/dot-profile +++ b/dot-profile @@ -13,10 +13,13 @@ if command -v vim >/dev/null 2>&1; then export VISUAL=vim fi +# HISTORY +export HISTFILE=~/.cache/bash_history + # LESS export LESS="-R" export LESSCHARSET=utf-8 -export LESSHISTFILE=/dev/null +export LESSHISTFILE=~/.cache/less_history export LESS_TERMCAP_mb=$'\e[01;33m' # begin blinking export LESS_TERMCAP_md=$'\e[01;33m' # begin bold export LESS_TERMCAP_me=$'\e[0m' # end all mode like so, us, mb, md, mr |
