zsh: Install autopair plugin
1 file changed, 2 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -14,6 +14,8 @@ then zplug "gerges/oh-my-zsh-jira-plus", as:plugin fi +zplug "hlissner/zsh-autopair", nice:10 + WORDCHARS=${${WORDCHARS//[-.]}//[\/]} if [[ ${path[(I)$HOME/bin ]} ]]