all repos — nixfiles @ ae6a3d4cde4cada53967c752c6acd348ac2a50cd

System and user configuration, managed by nix and home-manager

zsh: Switch to my fork of directory-history

Alan Pearce
commit

ae6a3d4cde4cada53967c752c6acd348ac2a50cd

parent

e11731541fa845777aae3a3f5a666c88f1f7218d

1 file changed, 3 insertions(+), 3 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-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 @@ echo "no fasd"
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