all repos — archive/dotfiles @ b6464ffdea4578828c9abdf3b3d2dd2799676f85

Superseded by nixfiles

zsh: Install open-pr plugin

Alan Pearce
commit

b6464ffdea4578828c9abdf3b3d2dd2799676f85

parent

ae6a3d4cde4cada53967c752c6acd348ac2a50cd

1 file changed, 1 insertion(+), 0 deletions(-)

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