export SHELL=$(which zsh)
# Show some git info on cd
-if is434 ; then
+if is435 ; then
add-zsh-hook chpwd _jj_chpwd
else
function chpwd() {
if zstyle -t ':ganneff:config' dirstackhandling dirpersist dirstack; then
DIRSTACKFILE=${ZDOTDIR}/var/.zdirstore
dirpersistrestore
- if is434; then
+ if is435; then
add-zsh-hook zshexit dirpersiststore
else
echo "Sorry, zsh version too old"