aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index e2a0b5d..df3ed3b 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -28,7 +28,7 @@ export PATH="$HOME/.local/bin:$PATH"
# general exports
export EDITOR=vim
export TERMINAL=urxvt
-export PROMPT_COMMAND='cd .; history -a'
+export PROMPT_COMMAND='cd .; history -a; history -n;'
export HISTSIZE=
export HISTFILESIZE=
export HISTTIMEFORMAT="%d/%m/%y %T "