change history file folder creation
This commit is contained in:
parent
efdbd7c11e
commit
c37011d4bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue