all repos — nixfiles @ a87c297556fb2367fd8e751955b92bc36371752d

System and user configuration, managed by nix and home-manager

zsh: Install autopair plugin
Alan Pearce alan.pearce@spotcap.com
Fri, 15 Jul 2016 09:32:53 +0200
commit

a87c297556fb2367fd8e751955b92bc36371752d

parent

4d832b9e85bc291cb82e0675fd121799aa639e16

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-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 ]} ]]