change history file folder creation

This commit is contained in:
Philipp 2024-10-27 00:52:51 +02:00
parent efdbd7c11e
commit c37011d4bf
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750

View file

@ -4,4 +4,4 @@
echo 'ZDOTDIR=$HOME/.config/zsh/' >> /etc/zsh/zshenv
# Create folder for history
mkdir -p $(dirname "$HISTFILE")
mkdir -p $HOME/.local/state/zsh