From 3f1626a18859bc4277304e799bdc24a1d7ab4769 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 25 Jan 2022 14:36:33 +0300 Subject: [PATCH] Let's try to use zsh autoquoter --- zsh/.zsh/rc/025zaq.zsh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 zsh/.zsh/rc/025zaq.zsh diff --git a/zsh/.zsh/rc/025zaq.zsh b/zsh/.zsh/rc/025zaq.zsh new file mode 100644 index 0000000..fc04666 --- /dev/null +++ b/zsh/.zsh/rc/025zaq.zsh @@ -0,0 +1,7 @@ +. ~/work/zsh-autoquoter/zsh-autoquoter.zsh +ZSH_HIGHLIGHT_HIGHLIGHTERS+=(zaq) +ZAQ_PREFIXES=( + "t a" + "yt" + "ytb" +) -- 2.44.0