From 201e36c823925ccb6d0b608b2ce985ec32b2e276 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 13 Apr 2024 21:39:37 +0200 Subject: rollback dotfiles and fix dotter --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/zsh/.zshrc') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 7eb08bb..80f68eb 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -30,7 +30,6 @@ setopt COMPLETE_ALIASES # History export HISTSIZE=1000 export SAVEHIST=1000 -export HISTFILE=~/.zsh_history setopt INC_APPEND_HISTORY setopt HIST_IGNORE_DUPS @@ -43,3 +42,4 @@ source ~/.profile setopt AUTO_CD export HISTFILE="$XDG_CACHE_HOME"/zsh/history +mkdir -p $(dirname $HISTFILE) -- cgit v1.2.3-70-g09d2