fix history location

This commit is contained in:
JesseBot 2022-12-21 11:45:49 +01:00
parent 2be09eb258
commit 59aa1f2558
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9

View file

@ -6,7 +6,7 @@
shopt -s histappend
# name of the history file to create and log to
HISTFILE="$HOME/.local/state/bash/.history"
HISTFILE="$HOME/.local/state/bash/history"
# don't put duplicate lines or lines starting with space in the history.
HISTCONTROL=ignoreboth