summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-04-21 00:57:48 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2024-04-21 00:57:48 +0200
commitb5382f2d08e6a18939e2c7b166401fd9b508730e (patch)
tree628bad08842ab98be4cddc49da401303c403b64f
parent7d1402e5007d767b45d67d295b5a67e91118cb61 (diff)
downloaddotfiles-b5382f2d08e6a18939e2c7b166401fd9b508730e.tar.zst
Remove duplicates from bash history
-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