all repos — nixfiles @ 2d5bbf6383d6def39df25435eaa5e244e053fda5

System and user configuration, managed by nix and home-manager

zsh: Ensure cache directory is present for HISTFILE

Alan Pearce
commit

2d5bbf6383d6def39df25435eaa5e244e053fda5

parent

8d8a47273113c252120bb9141089c819e3f10bc3

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M zsh/.config/zsh/setup.shzsh/.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/ +