summary refs log tree commit diff stats
path: root/tag-zsh/config
diff options
context:
space:
mode:
authorAlan Pearce2015-11-19 15:59:43 +0100
committerAlan Pearce2015-11-19 15:59:43 +0100
commit0f72aa972bc33304093fb595666c7070ec09a2b0 (patch)
treef038b48c485943c119c4597c47f7c0473d20ebbe /tag-zsh/config
parent00f9e8884182f62c69cc7b6b7103ba7412ce5910 (diff)
downloaddotfiles-0f72aa972bc33304093fb595666c7070ec09a2b0.tar.lz
dotfiles-0f72aa972bc33304093fb595666c7070ec09a2b0.tar.zst
dotfiles-0f72aa972bc33304093fb595666c7070ec09a2b0.zip
zsh: Remove per-directory-history
Diffstat (limited to 'tag-zsh/config')
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