Skip to content
Snippets Groups Projects
Commit 26de845c authored by nimrod's avatar nimrod
Browse files

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

parent c9729154
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,6 @@ __prompt () {
if [ -n "${BASH:-}" ]
then
shopt -s histappend
shopt -s checkwinsize
shopt -s cmdhist
# shellcheck disable=SC1091
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment