From 2d5bbf6383d6def39df25435eaa5e244e053fda5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 26 Aug 2017 16:50:33 +0200 Subject: zsh: Ensure cache directory is present for HISTFILE --- zsh/.config/zsh/setup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/.config') diff --git a/zsh/.config/zsh/setup.sh b/zsh/.config/zsh/setup.sh index 61b5441..93bbf80 100755 --- a/zsh/.config/zsh/setup.sh +++ b/zsh/.config/zsh/setup.sh @@ -5,3 +5,5 @@ git clone https://github.com/psprint/zplugin.git $HOME/.zplugin/bin zcompile $HOME/.zplugin/bin/zplugin.zsh +mkdir -p $HOME/.cache/zsh/ + -- cgit 1.4.1