summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 0ed5f77..c161bce 100644
--- a/.bashrc
+++ b/.bashrc
@@ -8,8 +8,8 @@ HISTIGNORE="gst"
HISTTIMEFORMAT="%F "
# Uncomment this line and remove `histappend' to enable shared history.
-# PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r;"
-shopt -s histappend
+PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r;"
+#shopt -s histappend
# See Bash manual
_completion_loader()