diff options
author | seth | 2022-08-22 17:25:44 -0400 |
---|---|---|
committer | seth | 2022-08-22 17:25:44 -0400 |
commit | 660db98beb09134aafb8ce4cbcc317cfb7670bfd (patch) | |
tree | 8025b0cd4718a00b400741f7d7b08269ef295e41 /zsh-antidote.install | |
parent | e905c2b259b41a7083b2738e5e7862e0cf4561ea (diff) | |
download | aur-660db98beb09134aafb8ce4cbcc317cfb7670bfd.tar.gz |
update to 1.5.1
Diffstat (limited to 'zsh-antidote.install')
-rw-r--r-- | zsh-antidote.install | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/zsh-antidote.install b/zsh-antidote.install index 60e8f099b987..5907616fdee5 100644 --- a/zsh-antidote.install +++ b/zsh-antidote.install @@ -1,13 +1,11 @@ function info() { - antidote_dir="/usr/share/antidote" + antidote_dir='/usr/share/zsh-antidote' echo "--------------------------------------------------" echo "antidote has been installed to $antidote_dir" echo "put this in your zshrc to use it!" echo " - source '/usr/share/antidote/antidote.zsh' - [[ ! -f \"\$ZDOTDIR/.zsh_plugins.zsh\" ]] && \\ - antidote bundle < \"\$ZDOTDIR/.zsh_plugins.txt\" > \"\$ZDOTDIR/.zsh_plugins.zsh\" - source \"\$ZDOTDIR/.zsh_plugins.zsh\" + source '"$antidote_dir"/antidote.zsh' + antidote load " echo "--------------------------------------------------" } |