diff options
author | Alan Pearce | 2017-08-26 16:50:33 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-26 16:50:33 +0200 |
commit | 2d5bbf6383d6def39df25435eaa5e244e053fda5 (patch) | |
tree | d27e8afb73b9d2133b757835b1275373dfa8a00c /zsh | |
parent | 8d8a47273113c252120bb9141089c819e3f10bc3 (diff) | |
download | dotfiles-2d5bbf6383d6def39df25435eaa5e244e053fda5.tar.lz dotfiles-2d5bbf6383d6def39df25435eaa5e244e053fda5.tar.zst dotfiles-2d5bbf6383d6def39df25435eaa5e244e053fda5.zip |
zsh: Ensure cache directory is present for HISTFILE
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/.config/zsh/setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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/ + |