From d5419434d48d041fb49f309a04b1d12da578714d Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Tue, 14 Jan 2020 14:58:42 +0000 Subject: [PATCH] Re-add zsh-autosuggestions and zsh-autosuggestions plugins --- tag-zsh/zsh/configs/plugins.zsh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tag-zsh/zsh/configs/plugins.zsh diff --git a/tag-zsh/zsh/configs/plugins.zsh b/tag-zsh/zsh/configs/plugins.zsh new file mode 100644 index 00000000..95501487 --- /dev/null +++ b/tag-zsh/zsh/configs/plugins.zsh @@ -0,0 +1,6 @@ +source /usr/local/share/antigen/antigen.zsh + +antigen bundle zsh-users/zsh-autosuggestions +antigen bundle zsh-users/zsh-syntax-highlighting + +antigen apply \ No newline at end of file