From f57920639704643c65ee34b31c7c2c5c137fa997 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 23 Jun 2024 20:00:31 -0400 Subject: feat: few helper lines for new set-ups --- .config/shell/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/shell') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index c34a86a..ad17190 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -6,6 +6,8 @@ source ~/.config/shell/zsh-fast-syntax-highlighting/fast-syntax-highlighting.plu source ~/.config/shell/zsh-history-substring-search/zsh-history-substring-search.zsh # source ~/.config/shell/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +[ ! -d ~/.local/state/shell ] && mkdir -p ~/.local/state/shell +[ ! -f ~/.local/state/shell/zsh_history ] && touch ~/.local/state/shell/zsh_history # configure history settings HISTFILE=~/.local/state/shell/zsh_history -- cgit v1.2.3