summaryrefslogtreecommitdiffstats
path: root/.config/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/bash/bashrc')
-rw-r--r--.config/bash/bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc
index fa1c425..aeceb1f 100644
--- a/.config/bash/bashrc
+++ b/.config/bash/bashrc
@@ -46,7 +46,6 @@ fi
# History
shopt -s histappend # append to instead of overwriting HISTFILE
-export HISTFILE="$HOME/.config/bash/bash_history" # history file
export HISTSIZE=1000 # number of commands to save in history
export HISTTIMEFORMAT='%F %T ' # history entry timesptamp format, also enables multi-line entries
export HISTFILESIZE=-1 # don't truncate history