diff options
author | seth | 2022-08-14 22:09:06 -0400 |
---|---|---|
committer | seth | 2022-08-14 22:09:06 -0400 |
commit | c99e31a5a367503e5982e5f790c571d35989f969 (patch) | |
tree | 0fb5ee8abe56527cc55a8e96141addf7f22bcf26 /zsh-antidote.install | |
download | aur-c99e31a5a367503e5982e5f790c571d35989f969.tar.gz |
initial commit
Diffstat (limited to 'zsh-antidote.install')
-rw-r--r-- | zsh-antidote.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/zsh-antidote.install b/zsh-antidote.install new file mode 100644 index 000000000000..127328627105 --- /dev/null +++ b/zsh-antidote.install @@ -0,0 +1,16 @@ +function info() { + antidote_dir="/usr/share/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' + antidote bundle < $ZDOTDIR/.zsh_plugins.txt > $ZDOTDIR/.zsh_plugins.zsh + source $ZDOTDIR/.zsh_plugins.zsh + " + echo "--------------------------------------------------" +} + +function post_install() { + info +} |