summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshrc
diff options
context:
space:
mode:
authorAlan Pearce2016-07-14 10:13:38 +0200
committerAlan Pearce2016-07-14 10:13:38 +0200
commitae6a3d4cde4cada53967c752c6acd348ac2a50cd (patch)
treea8aa0efe13927845f8987d6c0f469c7446595ef6 /tag-zsh/config/zsh/zshrc
parente11731541fa845777aae3a3f5a666c88f1f7218d (diff)
downloaddotfiles-ae6a3d4cde4cada53967c752c6acd348ac2a50cd.tar.lz
dotfiles-ae6a3d4cde4cada53967c752c6acd348ac2a50cd.tar.zst
dotfiles-ae6a3d4cde4cada53967c752c6acd348ac2a50cd.zip
zsh: Switch to my fork of directory-history
Diffstat (limited to 'tag-zsh/config/zsh/zshrc')
-rw-r--r--tag-zsh/config/zsh/zshrc6
1 files changed, 3 insertions, 3 deletions
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