mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
zsh: fix antidote migration cache dir
This commit is contained in:
parent
32df12a6df
commit
26022ea7b6
|
@ -19,7 +19,7 @@ if [[ ! -d $DOTFILES/antidote ]]; then
|
|||
fi
|
||||
|
||||
export ZSH_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/oh-my-zsh"
|
||||
[[ -d $ZSH_CACHE_DIR ]] || mkdir -p $ZSH_CACHE_DIR
|
||||
[[ -d $ZSH_CACHE_DIR ]] || mkdir -p $ZSH_CACHE_DIR/completions
|
||||
|
||||
# Lazy-load antidote from its functions directory.
|
||||
fpath=($DOTFILES/antidote/functions/ $fpath)
|
||||
|
|
Loading…
Reference in New Issue
Block a user