summary refs log tree commit diff stats
diff options
context:
space:
mode:
m---------tag-zsh/config/zsh/per-directory-history0
-rwxr-xr-xtag-zsh/config/zsh/zshrc10
2 files changed, 0 insertions, 10 deletions
diff --git a/tag-zsh/config/zsh/per-directory-history b/tag-zsh/config/zsh/per-directory-history
deleted file mode 160000
-Subproject f69786943ec77fea2315b647d4fae86f4e5af5a
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 22c5458..5d7aed6 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -368,16 +368,6 @@ ec () {
 	fi
 }
 
-if [[ -e $ZDOTDIR/per-directory-history/per-directory-history.zsh ]]
-then
-	HISTORY_BASE=~/.cache/zsh/dirhist
-	source $ZDOTDIR/per-directory-history/per-directory-history.zsh
-	bindkey '^G' send-break
-	bindkey '^[^G' per-directory-history-toggle-history
-else
-	echo "per-directory-history is missing"
-fi
-
 _FASD_DATA="$HOME/.cache/zsh/fasd-data"
 if [[ -e ~/.config/zsh/fasd.zsh ]]
 then