From 26de845cd15ec059516cc27055ad169cc4e25d99 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 5 Jun 2018 12:42:38 +0300 Subject: [PATCH] Removed shopt histappend because history is already appended by __prompt, this caused duplication. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index 95c8c3c..2a80078 100644 --- a/.bashrc +++ b/.bashrc @@ -260,7 +260,6 @@ __prompt () { if [ -n "${BASH:-}" ] then - shopt -s histappend shopt -s checkwinsize shopt -s cmdhist # shellcheck disable=SC1091 -- GitLab