diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-01 14:37:24 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-01 14:37:24 +0200 |
| commit | de168e5e6293a7486b879c2c610d3ca65ea4ef66 (patch) | |
| tree | c681b89ca51a053a9c7ebe8badafb384aed232a0 /.config/bash/bashrc | |
| parent | 3821e15735d0389e57d3052fe7fcf8a135f247be (diff) | |
| download | dotfiles-de168e5e6293a7486b879c2c610d3ca65ea4ef66.tar.gz dotfiles-de168e5e6293a7486b879c2c610d3ca65ea4ef66.zip | |
misc(bash): remove bash_history from config folder
It doesn't belong there.
Diffstat (limited to '.config/bash/bashrc')
| -rw-r--r-- | .config/bash/bashrc | 1 |
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 |
