aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 63eb3106..81fea1fa 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -12,7 +12,7 @@ HISTCONTROL=ignoreboth
HISTTIMEFORMAT='%F %T '
# Add all commands to the history immediately.
-PROMPT_COMMAND='history -a;history -n'
+PROMPT_COMMAND='history -n;history -a'
# Allow my home directory as a base for relative cd calls.
CDPATH=.:~