mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-24 12:31:31 +01:00
parent
64ade8d864
commit
4b3b12db5b
|
@ -9,7 +9,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=true
|
|||
|
||||
|
||||
_ZSH_CACHE="${HOME}/.cache/zsh"
|
||||
if [[ ! -d "${HOME}/.cache/zsh" ]]; then mkdir "${HOME}/.cache/zsh"; fi
|
||||
if [[ ! -d "${_ZSH_CACHE}" ]]; then mkdir -p "${_ZSH_CACHE}"; fi
|
||||
|
||||
# Source all zsh plugins
|
||||
source <(antibody init)
|
||||
|
|
Loading…
Reference in New Issue
Block a user