From: Sergey Matveev Date: Tue, 25 Jan 2022 11:36:33 +0000 (+0300) Subject: Let's try to use zsh autoquoter X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=3f1626a18859bc4277304e799bdc24a1d7ab4769 Let's try to use zsh autoquoter --- 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" +)