diff options
author | Alan Pearce | 2016-07-15 09:32:53 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-15 09:32:53 +0200 |
commit | a87c297556fb2367fd8e751955b92bc36371752d (patch) | |
tree | fe36a9228e4f4038341c032e97565696632f3112 | |
parent | 4d832b9e85bc291cb82e0675fd121799aa639e16 (diff) | |
download | dotfiles-a87c297556fb2367fd8e751955b92bc36371752d.tar.lz dotfiles-a87c297556fb2367fd8e751955b92bc36371752d.tar.zst dotfiles-a87c297556fb2367fd8e751955b92bc36371752d.zip |
zsh: Install autopair plugin
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 2 |
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 ]} ]] |