diff options
author | Alan Pearce | 2016-07-14 10:13:38 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-14 10:13:38 +0200 |
commit | ae6a3d4cde4cada53967c752c6acd348ac2a50cd (patch) | |
tree | a8aa0efe13927845f8987d6c0f469c7446595ef6 /tag-zsh | |
parent | e11731541fa845777aae3a3f5a666c88f1f7218d (diff) | |
download | nixfiles-ae6a3d4cde4cada53967c752c6acd348ac2a50cd.tar.lz nixfiles-ae6a3d4cde4cada53967c752c6acd348ac2a50cd.tar.zst nixfiles-ae6a3d4cde4cada53967c752c6acd348ac2a50cd.zip |
zsh: Switch to my fork of directory-history
Diffstat (limited to 'tag-zsh')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 99a14d35..a14104e2 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 |