From ae6a3d4cde4cada53967c752c6acd348ac2a50cd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 14 Jul 2016 10:13:38 +0200 Subject: zsh: Switch to my fork of directory-history --- tag-zsh/config/zsh/zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tag-zsh/config') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 99a14d3..a14104e 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -6,8 +6,8 @@ zplug "mafredri/zsh-async", use:async.zsh zplug "sindresorhus/pure", on:"mafredri/zsh-async", as:plugin, use:pure.zsh zplug "Tarrasch/zsh-autoenv", as:plugin zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install" -zplug "tymm/zsh-directory-history", as:command, use:"dir{hist,log}" -zplug "tymm/zsh-directory-history", as:plugin +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 WORDCHARS=${${WORDCHARS//[-.]}//[\/]} @@ -104,7 +104,7 @@ then fi fi -if zplug check tymm/zsh-directory-history +if zplug check alanpearce/zsh-directory-history then unsetopt flow_control # Let me use ^S and ^Q # bindkey '\e[A' directory-history-search-backward -- cgit 1.4.1