From b5382f2d08e6a18939e2c7b166401fd9b508730e Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Sun, 21 Apr 2024 00:57:48 +0200 Subject: Remove duplicates from bash history --- .bash_profile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf