Commit 6f7f5143 authored by nimrod's avatar nimrod
Browse files

Removed shopt histappend because history is already appended by __prompt, this caused duplication.

parent 10637c19
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -260,7 +260,6 @@ __prompt () {

if [ -n "${BASH:-}" ]
then
    shopt -s histappend
    shopt -s checkwinsize
    shopt -s cmdhist
    # shellcheck disable=SC1091