summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index bd355cb..b8cb8bd 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -3,6 +3,7 @@
PATH=$PATH:~/.local/bin
export HISTFILE=~/.local/share/bash/history
+export HISTCONTROL=erasedups
export LESSHISTFILE=-
export EDITOR=nvim
export VISUAL=$EDITOR