diff options
author | Alan Pearce | 2016-07-14 10:36:21 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-14 10:36:21 +0200 |
commit | b6464ffdea4578828c9abdf3b3d2dd2799676f85 (patch) | |
tree | 9e8f9f405e6d883d5595716520f8c6df3185f323 /tag-zsh | |
parent | ae6a3d4cde4cada53967c752c6acd348ac2a50cd (diff) | |
download | nixfiles-b6464ffdea4578828c9abdf3b3d2dd2799676f85.tar.lz nixfiles-b6464ffdea4578828c9abdf3b3d2dd2799676f85.tar.zst nixfiles-b6464ffdea4578828c9abdf3b3d2dd2799676f85.zip |
zsh: Install open-pr plugin
Diffstat (limited to 'tag-zsh')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index a14104e2..9a85643d 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -8,6 +8,7 @@ zplug "Tarrasch/zsh-autoenv", as:plugin zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install" zplug "alanpearce/zsh-directory-history", at:"dirlog-as-zsh-function", as:command, use:"dirhist" zplug "alanpearce/zsh-directory-history", at:"dirlog-as-zsh-function", as:plugin +zplug "caarlos0/zsh-open-pr", as:plugin WORDCHARS=${${WORDCHARS//[-.]}//[\/]} |