summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh
diff options
context:
space:
mode:
authorAlan Pearce2016-07-15 09:32:53 +0200
committerAlan Pearce2016-07-15 09:32:53 +0200
commita87c297556fb2367fd8e751955b92bc36371752d (patch)
treefe36a9228e4f4038341c032e97565696632f3112 /tag-zsh/config/zsh
parent4d832b9e85bc291cb82e0675fd121799aa639e16 (diff)
downloaddotfiles-a87c297556fb2367fd8e751955b92bc36371752d.tar.lz
dotfiles-a87c297556fb2367fd8e751955b92bc36371752d.tar.zst
dotfiles-a87c297556fb2367fd8e751955b92bc36371752d.zip
zsh: Install autopair plugin
Diffstat (limited to 'tag-zsh/config/zsh')
-rw-r--r--tag-zsh/config/zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 33ebe66..cb18bea 100644
--- a/tag-zsh/config/zsh/zshrc
+++ b/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 ]} ]]