diff options
| author | seth <[email protected]> | 2023-03-12 22:50:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-12 22:50:55 -0400 |
| commit | d81a21be578cd02f4d0da5ea347473db3581afab (patch) | |
| tree | 744253f6ee271717f3404bc119cdb9a81a620a29 /.config/zsh | |
| parent | ce138fc1731b2077a8c87d555fb987652c283df4 (diff) | |
update with changes from flake
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index c8344e8..d7a004c 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -10,7 +10,7 @@ local cache_path="${XDG_CACHE_HOME}/zsh" local zdump="${cache_path}/zdump" local antidote_dir="${ZDOTDIR}/.antidote" - # bootstrap antidote +# bootstrap antidote if [[ ! -e "$antidote_dir/antidote.zsh" ]] then git clone --depth=1 https://github.com/mattmc3/antidote.git "$antidote_dir" |
