aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-07-09 02:11:14 -0400
committertdro <tdro@users.noreply.github.com>2020-07-09 02:11:14 -0400
commit9dc556a47baf1e54e2ec2b0525848426a22f3bb7 (patch)
treee5c34e7a536c2f99640f114278d676b84fc4374e /.bash_profile
parent86c99c5c68dc5a6313318ebb11f405bc508b0d94 (diff)
downloaddotfiles-9dc556a47baf1e54e2ec2b0525848426a22f3bb7.tar.gz
dotfiles-9dc556a47baf1e54e2ec2b0525848426a22f3bb7.tar.bz2
dotfiles-9dc556a47baf1e54e2ec2b0525848426a22f3bb7.zip
.bash_profile: Sync history
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 "