projects
/
zsh.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move the jj_chpwd addition out of the function file into the environment file
[zsh.git]
/
.zsh
/
05_Functions.zsh
diff --git
a/.zsh/05_Functions.zsh
b/.zsh/05_Functions.zsh
index
151d53c
..
94ae850
100644
(file)
--- a/
.zsh/05_Functions.zsh
+++ b/
.zsh/05_Functions.zsh
@@
-56,14
+56,6
@@
_jj_chpwd()
fi
}
-if is434 ; then
- add-zsh-hook chpwd _jj_chpwd
-else
- function chpwd() {
- _jj_chpwd
- }
-fi
-
# Idea taken from oh-my-zsh, but code is different
function dirpersistrestore () {
if [ -f ${DIRSTACKFILE} ]; then