fix: zsh history file
1 files changed, 1 insertions(+), 0 deletions(-) M home/dotfiles/.zshrc
M home/dotfiles/.zshrc => home/dotfiles/.zshrc +1 -0
@@ 16,6 16,7 @@ bindkey "^[[1;5D" backward-word setopt extendedglob _comp_options+=(globdots) +HISTFILE=$XDG_DATA_HOME/.zsh_history HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory